We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf35035 commit 2ca0e4dCopy full SHA for 2ca0e4d
.gitignore
@@ -17,4 +17,4 @@ teamcreds.txt
17
lib/harbor/certs/*
18
peer_configs/*
19
work.txt
20
-
+.DS_Store
todo.md
@@ -0,0 +1,10 @@
1
+1. Install script
2
+ a. go
3
+ b. minikube
4
+ c. kubectl
5
+ d. Update samplefile using .kube directly / shift it's logic from there to dynamic .kube config updatation
6
+ e. cp challenges-sample to challenges , update .gitignore
7
+ f. way to get challenges from dockerHub repo / or do this in make-set env
8
+
9
+2. With every little thing issue, server should not go down, proper error handling with service down in flow is requried.
10
0 commit comments