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
Copy file name to clipboardExpand all lines: docs/extensions/operatingsystemconfig.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -59,20 +59,20 @@ The cloud-config-script will then refer to the file path of the added bootstrap
59
59
60
60
### Compatibility matrix for node bootstrap-token
61
61
62
-
With gardener v1.23 we replaced the long-valid bootstrap-token shared between nodes with a short-lived token unique for each node, ref:[#3898](https://github.com/gardener/gardener/issues/3898).
62
+
With Gardener v1.23, we replaced the long-valid bootstrap-token shared between nodes with a short-lived token unique for each node, ref: [#3898](https://github.com/gardener/gardener/issues/3898).
63
63
64
-
❗ When updating to gardener version >=1.34 the old bootstrap-token will be removed. You are required to update your extensions to the following versions when updating gardener:
64
+
❗ When updating to Gardener version >=1.34 the old bootstrap-token will be removed. You are required to update your extensions to the following versions when updating Gardener:
| infrastructure-provider using Machine Controller Manager | varies | ~ end of 2019 |https://github.com/gardener/machine-controller-manager/pull/351|
73
73
74
-
⚠️ If you use an infrastructure provider extension that does not use Machine Controller Manager (MCM) you need to implement the functionality of creating a temporary bootstrap-token before updating to this g/g version.
75
-
All extension-providers in https://github.com/gardener/ use MCM.
74
+
⚠️ If you run a provider extension that does not use Machine Controller Manager (MCM) you need to implement the functionality of creating a temporary bootstrap-token before updating your Gardener version to v1.34 or higher.
75
+
All provider extensions maintained in https://github.com/gardener/ use MCM.
76
76
77
77
## How does Gardener update the user-data on already existing machines?
0 commit comments