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
I'm trying to deploy into Azure/AWS with a soil on Azure.
Unfortunately during the gardencontent/seeds/soils step, the deployment times out.
If i do a kubectl --kubeconfig=./export/kube-apiserver/kubeconfig -n garden describe seeds azure-soil, I can see the following error message: failed to apply manifests: 1 error occurred: could not apply object of kind "PriorityClass" "/fluent-bit": PriorityClass.scheduling.k8s.io "fluent-bit" is invalid: Value: Forbidden: may not be changed in an update.
I'm kinda stuck here. I tried to find out where this comes from but was not able to find a solution.
What you expected to happen:
The deployment should successfully execute step gardencontent/seeds/soils .
How to reproduce it (as minimally and precisely as possible):
I have a AKS cluster with K8s version 1.20.9 and 10 nodes Standard_DS2_v2.
On my local machine I've checked out garden-setup with version v3.18.0 and the Kubernetes autoscaler on commit f2a5f9d.
I deployed the VPA and ran sow deploy -A. I've retried this a couple of times to check out if it's a one time error.
I have further noticed, that the gardenlet Pod was restarted automatically and if I check the logs , I can see the following message over and over again:
{"level":"error","msg":"Seed bootstrapping failed: failed to apply manifests: 1 error occurred: could not apply object of kind \"PriorityClass\"\"/fluent-bit\": PriorityClass.scheduling.k8s.io \"fluent-bit\" is invalid: Value: Forbidden: may not be changed in an update.","seed":"azure-soil","time":"2021-11-30T08:46:36Z"}
What happened:
I'm trying to deploy into Azure/AWS with a soil on Azure.
Unfortunately during the
gardencontent/seeds/soils
step, the deployment times out.If i do a
kubectl --kubeconfig=./export/kube-apiserver/kubeconfig -n garden describe seeds azure-soil
, I can see the following error message:failed to apply manifests: 1 error occurred: could not apply object of kind "PriorityClass" "/fluent-bit": PriorityClass.scheduling.k8s.io "fluent-bit" is invalid: Value: Forbidden: may not be changed in an update.
I'm kinda stuck here. I tried to find out where this comes from but was not able to find a solution.
What you expected to happen:
The deployment should successfully execute step
gardencontent/seeds/soils
.How to reproduce it (as minimally and precisely as possible):
I have a AKS cluster with K8s version 1.20.9 and 10 nodes Standard_DS2_v2.
On my local machine I've checked out garden-setup with version v3.18.0 and the Kubernetes autoscaler on commit
f2a5f9d
.I deployed the VPA and ran
sow deploy -A
. I've retried this a couple of times to check out if it's a one time error.Here's my anonymized acre.yaml:
Environment:
f2a5f9d
The text was updated successfully, but these errors were encountered: