Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 11, 2020
2 parents 53e3987 + 12b6db1 commit fd9301b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Cleanup existing pods and replicasets

kubectl describe rc kubia-v2

## Do it more declaratively
kubectl create -f kubia-deployment-v1.yaml --record
# Using Deployment

kubectl create -f kubia-deployment-and-service-v1.yaml --record

kubectl rollout status deployment kubia

Expand Down

0 comments on commit fd9301b

Please sign in to comment.