Skip to content

Releases: ambient-innovation/rancher2-upgrade

Upgrade to deployment.apps and rancher 2.2

04 Apr 11:57
Compare
Choose a tag to compare

Since rancher server v2.2. the deployments are somehow not called "deployment" but "deployment.apps" anymore. This tag is an upgraded version of the script to cope with this.

Rancher-CLI v2.0.4 integreted

13 Nov 07:16
fcaab2f
Compare
Choose a tag to compare
Merge pull request #4 from GitRon/master

Dockerfile adjusted to use rancher-cli v2.0.4

Use standard login process

07 Nov 17:15
a871925
Compare
Choose a tag to compare

We used to work around the standard rancher CLI login call by writing the cli2.json file manually. This was necessary in times where the "--context" option was missing in the rancher login command. Now this is possible and our work around is not necessary anymore.