We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acac0b8 commit bb627d8Copy full SHA for bb627d8
.github/workflows/main.yml
@@ -115,6 +115,10 @@ jobs:
115
sudo microk8s kubectl -n kube-system rollout status daemonset/kube-multus-ds
116
sudo microk8s kubectl auth can-i create network-attachment-definitions
117
118
+ - name: Export kubeconfig file
119
+ run: |
120
+ sudo microk8s kubectl config view --raw > $HOME/.kube/config
121
+
122
- name: Build and push Docker image for testing
123
env:
124
DOCKER_TAG: ${{ env.APP_NAME }}-testing
0 commit comments