@@ -163,7 +163,7 @@ Use "k8s-context [command] --help" for more information about a command.
163163 ./k8s-context merge $HOME/.kube/config $HOME/.kube/config-staging-dev $HOME/.kube/config-staging-uat $HOME/.kube/config-staging-qa
164164 ```
165165
166- - Discovery All KUBECONFIG Files Inside `~/.kube` Folder -- Interactive Mode
166+ - Discovery All KUBECONFIG Files Inside `~/.kube` Folder --- Interactive Mode
167167 ```
168168 ./k8s-context load
169169 ---
@@ -178,7 +178,7 @@ Use "k8s-context [command] --help" for more information about a command.
178178 arn:aws:eks:ap-southeast-1:YOUR_AWS_ACCOUNT:cluster/devopscorner-production
179179 ```
180180
181- - List Context(s) -- Interactive Mode
181+ - List Context(s)
182182 ```
183183 KUBECONFIG=$HOME/.kube/config
184184 kubectl config get-contexts
@@ -191,14 +191,14 @@ Use "k8s-context [command] --help" for more information about a command.
191191 arn:aws:eks:ap-southeast-1:YOUR_AWS_ACCOUNT:cluster/devopscorner-lab
192192
193193 ## Spesific Kubeconfig ##
194- ./k8s-context list -l $HOME/.kube/config-cluster
194+ ./k8s-context list -f $HOME/.kube/config-cluster
195195 ---
196196 Available Kubernetes contexts:
197197 arn:aws:eks:ap-southeast-1:YOUR_AWS_ACCOUNT:cluster/devopscorner-dev-staging
198198 arn:aws:eks:ap-southeast-1:YOUR_AWS_ACCOUNT:cluster/devopscorner-uat-staging
199199 ```
200200
201- - Switch (select) Context(s) -- Interactive Mode
201+ - Switch (select) Context(s) --- Interactive Mode
202202 ```
203203 ## Default KUBECONFIG path (`/.kube/config`) ##
204204 ./k8s-context switch
@@ -209,7 +209,7 @@ Use "k8s-context [command] --help" for more information about a command.
209209 > Changed context to: arn:aws:eks:ap-southeast-1:YOUR_AWS_ACCOUNT:cluster/devopscorner-dev-staging
210210
211211 ## Spesific Kubeconfig ##
212- ./k8s-context switch -l $HOME/.kube/config-cluster
212+ ./k8s-context switch - $HOME/.kube/config-cluster
213213 ---
214214 ? Select a context [Use arrows to move, type to filter]
215215 > arn:aws:eks:ap-southeast-1:YOUR_AWS_ACCOUNT:cluster/devopscorner-dev-staging
0 commit comments