You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#269] Functionality to create service accounts after their dependant is already installed
This is necessary as service accounts will be skipped if an optional dependency is not installed.
If the dependency is installed later, this will ensure that the service account will be created.
This works by reconciling the dependent dogu.
Changed
[#265] Use sh instead of bash to support dogus which do not use our container base image with pre-installed bash.
This affects the startup probe which calls doguctl in a shell to check if the dogu is ready and
the support manager wich uses the shell to execute a sleep command while the dogu is in support mode.
Fixed
[#267] Fix networkpolicy enabled configuration and add missing rbac.
[#247] Implemented status field dataVolumeSize and the condition meetsMinVolumeSize. These fields will be updated on the operator start and every volume provisioning.