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.
Hi,
Can I run more than one command in the COMMAND variable section while using the following pipe https://bitbucket.org/atlassian/google-gke-kubectl-run/src/master/?
For instance:
- pipe: atlassian/google-gke-kubectl-run:1.3.1 variables: KEY_FILE: '<string>' PROJECT: '<string>' COMPUTE_ZONE: '<string>' CLUSTER_NAME: '<string>' KUBECTL_COMMAND: 'command_1','command_2' <======
@Saurabh Singh no, you cannot do it, this would be too complex pipe and would be hard to understand what actually succeeded and how.
I propose you to use you command in a separate step. You can also define those steps as parallel to save time (but be aware that perhaps this will require more pipeline resources like memory and cpu).
Otherwise, explain please us, your use case, why exactly you need it and we will think how to help you.
@Halyna Berezovska If I want to scale the pods after the deployment. How would you recommend us doing that. Should I add another pipe after apply command ? I tried to replace with SED but its not working because of spaces in manifest. Thought running another kubectl command after deployment to scale pods is easier approach.
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.