Skip to content

Commit

Permalink
10.05.2022 Update Image version
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaScriptonit committed May 10, 2022
1 parent d6f059b commit 596aaa0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Expand Up @@ -30,4 +30,16 @@

5. **Why use Services?** Service object type watches for every POD that matches its selector and automatically route traffic to it (even if IP of POD changed)

6.
6. ### Update Image version -

Change deployment to use multi-client again

Update the multi-client image, push to Docker Hub

### Get the deployment to recreate our pods with the latest version of multi-client:

https://github.com/kubernetes/kubernetes/issues/33664 - different ways to convince deployment file to update all the pods

**Problem**: _deployment.apps/client-deployment unchanged_

7.
1 change: 1 addition & 0 deletions Docker/Docker-commands.md
Expand Up @@ -104,6 +104,7 @@

19. **command + Shift + .** (period) - to make the hidden files appear.

20. docker **push** javascriptonit/multi-client:latest - push changes to the repository (get the LATEST version of IMAGE) on Docker Hub

### INFO:

Expand Down

0 comments on commit 596aaa0

Please sign in to comment.