You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I want to run multiple commands line
first is deleting an exicting pod then apply the new pod x1and apply other pod.
Actually each time I excute apply cmd it brings me a new pod where I want it to replace the existing one.
G'day!
To run multiple commands within kubectl, you would specify this within your YML configuration using the following syntax inside the specification of the pods contents when listing commands to execute:
command: ["/bin/sh","-c"]
args: ["command one; command two && command three"]
I believe this StackOverflow discussion which I have found will also help to point you in the right direction:
https://stackoverflow.com/questions/33887194/how-to-set-multiple-commands-in-one-yaml-file-with-kubernetes
Hope this helps.
Cheers!
- Ben (Bitbucket Cloud Support)
Hi ,
When I push the image to the server it creates a new pod X-ID1 or I already have pod X-ID2 with diferent ID let's say.
So is there a way to prevent that to happen?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.