Start a Conversation

Unsolved

C

36 Posts

1134

June 23rd, 2020 10:00

petition to support rancher

I would like to recommend support for rancher/RKE. I have been using the isilon CSI in my clusters and have not come across any major road blocks. With the release of 1.2.0 of the isilon CSI and the move to helm3, the installation is pretty straight forward. The only change I made for 1.2.0 was the following in the verify.kubernetes script. RKE uses the term controlplane instead of master. So this is the change I made.

 

 

# Determine the nodes
MINION_NODES=$(kubectl get nodes -o wide | grep  -v -e master -e INTERNAL -e controlplane | awk ' { print $6; }')
MASTER_NODES=$(kubectl get nodes -o wide | awk ' /master|controlplane/{ print $6; }')

 

 

Maybe this could be a 1.2.1 release. It's very minor and makes it easy to deploy to RKE.

 

On another note, the recaptha is getting ridiculous. I spent more time clicking to add a post than I do writing the post.

No Responses!
No Events found!

Top