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
When running microk8s enable addons dns storage registry ingress, a WARNING is printed:
"WARNING: Do not enable or disable multiple addons in one command.\n"" This form of chained operations on addons will be DEPRECATED in the future.\n"f" Please, {action} one addon at a time: 'microk8s {action} <addon>'"
Manually enable addons as user before running first garden deploy.
Additional context
Following garden deploy auto-enabling all addons on Windows 21H2, the MicroK8s API server became unreachable, requiring a complete VM delete and re-creation. I manually enabled the required addons one-by-one before running garden deploy again, at which point MicroK8s was accessible.
The text was updated successfully, but these errors were encountered:
worldofgeese
changed the title
Do not enable multiple MicroK8s in one invocation
Enabling multiple addons on MicroK8s in one invocation may lead to unreachable API server
Jul 19, 2023
Bug
Current Behavior
When running
microk8s enable addons dns storage registry ingress
, aWARNING
is printed:The responsible line of code is linked here.
Expected behavior
Garden should enable addons single invocation by single invocation.
Impacted code in our CircleCI config.yml and our config.ts.
Reproducible example
Use https://github.com/garden-io/quickstart-example
Workaround
Manually enable addons as user before running first
garden deploy
.Additional context
Following
garden deploy
auto-enabling all addons on Windows 21H2, the MicroK8s API server became unreachable, requiring a complete VM delete and re-creation. I manually enabled the required addons one-by-one before runninggarden deploy
again, at which point MicroK8s was accessible.garden-microk8s-error-log.log
Your environment
garden version
0.13.8The text was updated successfully, but these errors were encountered: