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 has been archived by the owner on Jan 24, 2023. It is now read-only.
Is this a BUG REPORT or FEATURE REQUEST? (choose one): Not sure. I think its a bug unless I am misunderstanding something.
Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm): Kubernetes v1.6.6
What happened: When I try to put new addons in the addon directory none of them work. They enter an infinite termination loop. Even attempting to add a simple NGINX deployment fails.
What you expected to happen: I expect the addons to spin up and complete deployment and have the addon manager reconcile them frequently. When creating new clusters I want to run Ansible to drop files in the addons directory to get storage classes, monitoring, etc configured. Whenever I try this on minikube it works fine.
How to reproduce it (as minimally and precisely as possible): Put anything in the /etc/kubernetes/addons folder. Add this metadata to the files:
@colemickens I am. I am guessing they are not in sync which makes more sense. I will try to distribute files to all masters at once and see if that fixes it. Wasn't sure if addon manager distributed changes to all clusters but after reading through the script its more basic then I thought.
Is this a BUG REPORT or FEATURE REQUEST? (choose one): Not sure. I think its a bug unless I am misunderstanding something.
Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm): Kubernetes v1.6.6
What happened: When I try to put new addons in the addon directory none of them work. They enter an infinite termination loop. Even attempting to add a simple NGINX deployment fails.
What you expected to happen: I expect the addons to spin up and complete deployment and have the addon manager reconcile them frequently. When creating new clusters I want to run Ansible to drop files in the addons directory to get storage classes, monitoring, etc configured. Whenever I try this on minikube it works fine.
How to reproduce it (as minimally and precisely as possible): Put anything in the
/etc/kubernetes/addons
folder. Add this metadata to the files:Example output:
The text was updated successfully, but these errors were encountered: