mirror of https://github.com/k3s-io/k3s
Merge pull request #66235 from yue9944882/fixes-default-storage-class-reconcile
Automatic merge from submit-queue (batch tested with PRs 66235, 66908, 66907). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. set standard storage class addon mode to "ensure-exists" **What this PR does / why we need it**: Change addon mode for standard storage class to `EnsureExists`. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #66222 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```pull/8/head
commit
e3060fb26c
|
@ -6,5 +6,5 @@ metadata:
|
|||
annotations:
|
||||
storageclass.beta.kubernetes.io/is-default-class: "true"
|
||||
labels:
|
||||
addonmanager.kubernetes.io/mode: Reconcile
|
||||
addonmanager.kubernetes.io/mode: EnsureExists
|
||||
provisioner: kubernetes.io/host-path
|
||||
|
|
Loading…
Reference in New Issue