Skip to content

Commit a7d0dab

Browse files
committed
krew related urls pointing to the fork
1 parent 997cf3b commit a7d0dab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The examples can be used by a kubectl plugin `examples`. This plugin can be inst
2121
by [krew](https://krew.sigs.k8s.io/):
2222

2323
- first [install krew](https://krew.sigs.k8s.io/docs/user-guide/setup/install/)
24-
- Install a custom plugin index: `kubectl krew index add cs https://github.com/ContainerSolutions/kubernetes-examples.git`
24+
- Install a custom plugin index: `kubectl krew index add cs https://github.com/lalyos/kubernetes-examples.git`
2525
- Install this plugin: `kubectl krew install cs/examples`
2626

2727
Interactively discover by first selecting the resource type:

plugins/examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
values:
2020
- darwin
2121
- linux
22-
uri: https://github.com/ContainerSolutions/kubernetes-examples/releases/download/v0.0.1/examples.tar.gz
22+
uri: https://github.com/lalyos/kubernetes-examples/releases/download/v0.0.1/examples.tar.gz
2323
sha256: f6e5cab7e4a94f322f0521b3384c0470ac7f0d8136af115e44423d2533885b5e
2424
files:
2525
- from: "*"

0 commit comments

Comments
 (0)