SwissDataScienceCenter / amalthea

A kubernetes operator for spawning and exposing jupyter servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle modification of the custom objects

ableuler opened this issue · comments

Right now modifying custom objects will gloriously fail. This is ok, but it would be nice if the API already responded accordingly. This can already be achieved by admission webhooks. However, once kubernetes/kubernetes#65973 is resolved, it should be possible to flag fields as "immutable".

Following that it would be useful to gradually enable more and more fields for modification.