@daocloud-proto/kpanda 0.33.0-dev-e0aceb42 → 0.33.0-dev-1a686f7b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -145,7 +145,6 @@ export type ClusterSettings = {
|
|
|
145
145
|
zone?: string
|
|
146
146
|
kubesprayArgs?: KubesprayArgs
|
|
147
147
|
preinstallAddons?: AddonInfo[]
|
|
148
|
-
useLocalService?: boolean
|
|
149
148
|
}
|
|
150
149
|
|
|
151
150
|
export type AddonInfo = {
|
|
@@ -231,8 +230,6 @@ export type NodeInfo = {
|
|
|
231
230
|
role?: NodeInfoRole
|
|
232
231
|
user?: string
|
|
233
232
|
pass?: string
|
|
234
|
-
osKernelVersion?: string
|
|
235
|
-
dualStackNetwork?: boolean
|
|
236
233
|
}
|
|
237
234
|
|
|
238
235
|
|