Skip to content

Commit

Permalink
Add steps to Set up kubernetes context
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Aug 13, 2024
1 parent 8472898 commit 5cf72e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion actions/start_eks_operator/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ runs:
using: "composite"

steps:
- name: Set up kubernetes context
shell: bash
run: |
aws eks --region us-east-2 update-kubeconfig --name uid-test-git-us-east-2
- name: Create secrets in the kubernetes cluster
id: create_secrets
shell: bash
Expand Down Expand Up @@ -62,6 +67,5 @@ runs:
id: start_eks
shell: bash
run: |
aws eks --region us-east-2 update-kubeconfig --name uid-test-git-us-east-2
cat ${{ inputs.operator_root }}/scripts/aws/eks/deployment_files/deployment.yaml
kubectl apply -f ${{ inputs.operator_root }}/scripts/aws/eks/deployment_files/deployment.yaml

0 comments on commit 5cf72e4

Please sign in to comment.