Skip to content

Commit

Permalink
Merge pull request #9975 from christus02/master
Browse files Browse the repository at this point in the history
Updating the Version
  • Loading branch information
k8s-ci-robot authored Sep 22, 2020
2 parents b6d023d + 28604be commit 2901954
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
1 change: 0 additions & 1 deletion addons/ingress-citrix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
16 changes: 14 additions & 2 deletions addons/ingress-citrix/v1.1.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -84,7 +96,7 @@ spec:
serviceAccountName: cpx-ingress-k8s-role
containers:
- name: cpx-ingress
image: "quay.io/citrix/citrix-k8s-cpx-ingress:13.0-52.24"
image: "quay.io/citrix/citrix-k8s-cpx-ingress:13.0-58.30"
securityContext:
privileged: true
env:
Expand Down Expand Up @@ -117,7 +129,7 @@ spec:
name: cpx-volume2
# Add cic as a sidecar
- name: cic
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.8.19"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.9.9"
env:
- name: "EULA"
value: "yes"
Expand Down

0 comments on commit 2901954

Please sign in to comment.