Skip to content
Snippets Groups Projects
Unverified Commit f69c990e authored by Jessica Yao's avatar Jessica Yao Committed by GitHub
Browse files

Merge pull request #175 from abiogenesis-now/jyao/remove-diff-command-from-example

[docs] Remove diff command in example
parents f54a2897 48bb665e
No related branches found
No related tags found
No related merge requests found
......@@ -101,9 +101,8 @@ Now let's try upgrading the container image to a new version:
# Bump the container image to a different version
ks param set guestbook-ui image alpinejay/dns-single-redis-guestbook:0.4
# See the differences between your local manifest and what's running on your cluster
# (ERROR is expected here since there are differences)
ks diff local:default remote:default
# View updated param values
ks param list
# Update your cluster with your latest changes
ks apply default
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment