File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ be installed into any Kubernetes (>= 1.16) cluster.
8
8
To install the CRDs, please execute:
9
9
10
10
```
11
- kubectl kustomize "github.com/kubernetes-sigs/service-apis/config/crd?ref=master " \
11
+ kubectl kustomize "github.com/kubernetes-sigs/service-apis/config/crd?ref=v0.1.0 " \
12
12
| kubectl apply -f -
13
13
```
14
14
@@ -56,6 +56,6 @@ your cluster. If you have been using these resources for any other purpose do
56
56
not uninstall these CRDs.
57
57
58
58
```
59
- kubectl kustomize "github.com/kubernetes-sigs/service-apis/config/crd?ref=master " \
59
+ kubectl kustomize "github.com/kubernetes-sigs/service-apis/config/crd?ref=v0.1.0 " \
60
60
| kubectl delete -f -
61
61
```
Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ <h2 id="installing-crds">Installing CRDs</h2>
648
648
< p > This project provides a collection of Custom Resource Definitions (CRDs) that can
649
649
be installed into any Kubernetes (>= 1.16) cluster.</ p >
650
650
< p > To install the CRDs, please execute:</ p >
651
- < pre > < code > kubectl kustomize "github.com/kubernetes-sigs/service-apis/config/crd?ref=master " \
651
+ < pre > < code > kubectl kustomize "github.com/kubernetes-sigs/service-apis/config/crd?ref=v0.1.0 " \
652
652
| kubectl apply -f -
653
653
</ code > </ pre >
654
654
@@ -748,7 +748,7 @@ <h2 id="uninstalling-the-crds">Uninstalling the CRDs</h2>
748
748
command. Note that this will remove all GatewayClass and Gateway resources in
749
749
your cluster. If you have been using these resources for any other purpose do
750
750
not uninstall these CRDs.</ p >
751
- < pre > < code > kubectl kustomize "github.com/kubernetes-sigs/service-apis/config/crd?ref=master " \
751
+ < pre > < code > kubectl kustomize "github.com/kubernetes-sigs/service-apis/config/crd?ref=v0.1.0 " \
752
752
| kubectl delete -f -
753
753
</ code > </ pre >
754
754
You can’t perform that action at this time.
0 commit comments