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
- hooks: User put install hook files(pre-install,post-cluster-ready,post-install) into the ${EXPANSION_DIR}/hooks directory, and expansion framework will scan & check them, then override origin hook files by them.
65
65
- provider: User put provider files into ${EXPANSION_DIR}/provider directory, and expansion framework will override the origin provider files
66
66
- installer_skip_steps: Install step list that users want to skip, expansion framework will merge them into config.Skipsteps in tke.json
67
-
- create_cluster_skip_conditions: Create cluster conditions list that user what to skip, expansion framework will merge them into cluster.feature.skipConditions in tke.json
68
-
- create_cluster_delegate_conditions: Create cluster conditions list that user what to delegate to an external operator, expansion framework will merge them into cluster.feature.delegateConditions(which is a new configuration for TKEStack) in tke.json
67
+
- create_cluster_skip_conditions: Create cluster conditions list that users want to skip, expansion framework will merge them into cluster.feature.skipConditions in tke.json
68
+
- create_cluster_delegate_conditions: Create cluster conditions list that users want to delegate to an external operator, expansion framework will merge them into cluster.feature.delegateConditions(which is a new configuration for TKEStack) in tke.json
69
69
-**note**: files may need to be rendered before they are copied.
0 commit comments