Skip to content

Commit

Permalink
feat: 🎸 rewrite create commands (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 authored Jan 16, 2024
1 parent 5ac99a3 commit 2949516
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 76 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,9 @@ jobs:
bin/kubecm ls
echo "set env"
export KUBECONFIG="$PWD/multi.config"
bin/kubecm s kind-3rd-kind
bin/kubecm s kind-2nd-kind
echo "********************************************************************************"
echo "Running kubecm create..."
echo "********************************************************************************"
bin/kubecm create --user e2e --namespace default --cluster-role view --context-name kind-2nd-kind
kubectl get all --kubeconfig e2e-kubeconfig.yaml
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ coverage.txt
example.yaml

merge/

*-kubeconfig.yaml
Loading

0 comments on commit 2949516

Please sign in to comment.