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
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Is this an ISSUE or FEATURE REQUEST? (choose one): ISSUE
What version of acs-engine?: v0.5.0
Tiller resources are defined with kubernetes.io/cluster-service: "true" label which the addon-manager interprets as an uneditable resource. Users who try to bump the Tiller version will have their bump reverted by addon-manager.
kubernetes.io/cluster-service: "true" is deprecated and should be removed from resources for the more explicit addonmanager.kubernetes.io/mode: "EnsureExists" or addonmanager.kubernetes.io/mode: "Reconcile" notation.
This is an issue just against our Tiller install, but kubernetes.io/cluster-service: "true" should eventually be replaced across all other resources using it.
The text was updated successfully, but these errors were encountered:
Is this an ISSUE or FEATURE REQUEST? (choose one): ISSUE
What version of acs-engine?: v0.5.0
Tiller resources are defined with
kubernetes.io/cluster-service: "true"
label which the addon-manager interprets as an uneditable resource. Users who try to bump the Tiller version will have their bump reverted by addon-manager.kubernetes.io/cluster-service: "true"
is deprecated and should be removed from resources for the more explicitaddonmanager.kubernetes.io/mode: "EnsureExists"
oraddonmanager.kubernetes.io/mode: "Reconcile"
notation.This is an issue just against our Tiller install, but
kubernetes.io/cluster-service: "true"
should eventually be replaced across all other resources using it.The text was updated successfully, but these errors were encountered: