Skip to content

Commit

Permalink
update latest version of authtool for docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
JacieChao committed Jul 14, 2023
1 parent 3a6a7b3 commit 99c0ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ authtool --kubeconfig=<kube-config> --auth-type=0 --dry-run=true --log-file=<log
We also support using upgrade tool by docker. If you're running outside the local cluster, please mount kubeconfig file to container.
For example:
```
docker run -v /tmp/kubeconfig.yaml:/tmp/kubeconfig.yaml jacie/authtool:v2.5-ent1 authtool --kubeconfig=/tmp/kubeconfig.yaml --dry-run=true --auth-type=1 upgrade
docker run -v /tmp/kubeconfig.yaml:/tmp/kubeconfig.yaml jacie/authtool:v2.7-ent2 authtool --kubeconfig=/tmp/kubeconfig.yaml --dry-run=true --auth-type=1 upgrade
```

> Please using `--dry-run=true` before running the command to make sure running result as expect.
Expand Down

0 comments on commit 99c0ac1

Please sign in to comment.