@daocloud-proto/kpanda 0.33.0-dev-4bde7040 → 0.33.0-dev-e0aceb42

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,6 +145,7 @@ export type ClusterSettings = {
145
145
  zone?: string
146
146
  kubesprayArgs?: KubesprayArgs
147
147
  preinstallAddons?: AddonInfo[]
148
+ useLocalService?: boolean
148
149
  }
149
150
 
150
151
  export type AddonInfo = {
@@ -230,6 +231,8 @@ export type NodeInfo = {
230
231
  role?: NodeInfoRole
231
232
  user?: string
232
233
  pass?: string
234
+ osKernelVersion?: string
235
+ dualStackNetwork?: boolean
233
236
  }
234
237
 
235
238
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.33.0-dev-4bde7040",
3
+ "version":"v0.33.0-dev-e0aceb42",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {