Skip to content

Commit eda89bc

Browse files
committed
K8S-664 disable rancher installation for 1.22
1 parent 08c550b commit eda89bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifest.jps

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,9 @@ addons:
10861086

10871087
actions:
10881088
addon-rancher:
1089+
- return:
1090+
type: warning
1091+
message: Rancher Management Platform is not compatible with K8s 1.22 yet!
10891092
- cmd[${nodes.k8sm.master.id}]: kubectl -n cattle-system get deployment rancher &>/dev/null && echo "true" || echo "false"
10901093
- if ('${response.out}' == 'true'):
10911094
return:

0 commit comments

Comments
 (0)