mirror of https://github.com/kubernetes/kops.git
Updating the Version
This commit is contained in:
parent
1bfec4d3ad
commit
28604be4ea
|
|
@ -26,6 +26,5 @@ For more information on how to enable addon during cluster creation refer [Kops
|
||||||
After cluster creation, you can deploy [Citrix Ingress Controller](https://github.com/citrix/citrix-k8s-ingress-controller) using the below command
|
After cluster creation, you can deploy [Citrix Ingress Controller](https://github.com/citrix/citrix-k8s-ingress-controller) using the below command
|
||||||
|
|
||||||
```
|
```
|
||||||
kubectl create secret generic nslogin --from-literal=username='nsroot' --from-literal=password=<password>
|
|
||||||
kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/ingress-citrix/v1.1.1.yaml
|
kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/ingress-citrix/v1.1.1.yaml
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,18 @@ metadata:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: nslogin
|
||||||
|
namespace: default
|
||||||
|
type: Opaque
|
||||||
|
data:
|
||||||
|
password: bnNyb290
|
||||||
|
username: bnNyb290
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue