Skip to content

Commit e6dd159

Browse files
Merge with Master (#15)
* Release/v1.1.6 (#14) * Fixing circular action interactive * Update version to 1.1.6 * Update images docker * Fixing docker badges * Automated clone.json update * Automated clone.json update * Update Notes How-To --------- Co-authored-by: GitHub Action <[email protected]>
1 parent 2dcbe3f commit e6dd159

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

clone.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"count": 4280,
3-
"uniques": 299,
2+
"count": 4285,
3+
"uniques": 298,
44
"clones": [
55
{
66
"timestamp": "2023-03-11T00:00:00Z",
7-
"count": 281,
8-
"uniques": 118
7+
"count": 132,
8+
"uniques": 82
99
},
1010
{
1111
"timestamp": "2023-03-12T00:00:00Z",
@@ -71,6 +71,11 @@
7171
"timestamp": "2023-03-24T00:00:00Z",
7272
"count": 298,
7373
"uniques": 121
74+
},
75+
{
76+
"timestamp": "2023-03-25T00:00:00Z",
77+
"count": 154,
78+
"uniques": 89
7479
}
7580
]
7681
}

0 commit comments

Comments
 (0)