Skip to content

Commit bb627d8

Browse files
committed
chore: set alias and export kubeconfig
Signed-off-by: gatici <[email protected]>
1 parent acac0b8 commit bb627d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ jobs:
115115
sudo microk8s kubectl -n kube-system rollout status daemonset/kube-multus-ds
116116
sudo microk8s kubectl auth can-i create network-attachment-definitions
117117
118+
- name: Export kubeconfig file
119+
run: |
120+
sudo microk8s kubectl config view --raw > $HOME/.kube/config
121+
118122
- name: Build and push Docker image for testing
119123
env:
120124
DOCKER_TAG: ${{ env.APP_NAME }}-testing

0 commit comments

Comments
 (0)