Updating the Version

This commit is contained in:
christus02 2020-09-20 19:54:00 +05:30
parent 1bfec4d3ad
commit 28604be4ea
2 changed files with 12 additions and 1 deletions

View File

@ -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
```
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
```

View File

@ -65,6 +65,18 @@ metadata:
---
apiVersion: v1
kind: Secret
metadata:
name: nslogin
namespace: default
type: Opaque
data:
password: bnNyb290
username: bnNyb290
---
apiVersion: apps/v1
kind: Deployment
metadata: