Giter VIP home page Giter VIP logo

Comments (4)

priyankash-citrix avatar priyankash-citrix commented on August 19, 2024

@BenB196 I have deployed citrix-ingress-controller chart with Helm 3.x in Kubernetes v1.17.3, v1.18.0 and v1.19.0 and it is working as expected in these 3 versions.
Can you please specify exact helm version which you are using? I will bring up Kubernetes cluster with version v1.18.6 and will try to reproduce this issue.

from netscaler-helm-charts.

BenB196 avatar BenB196 commented on August 19, 2024

@priyankash-citrix I'm using Rancher (v2.4.8) with Helm v3 (v3.2.0)

from netscaler-helm-charts.

BenB196 avatar BenB196 commented on August 19, 2024

@priyankash-citrix I removed and readded and am no longer getting:

Wait helm template failed. Error: apiVersion 'v2' is not valid. The value must be "v1" : exit status 1

However, I am now getting:

Wait helm template failed. Error: YAML parse error on citrix-ingress-controller/templates/cic_crds.yaml: error converting YAML to JSON: yaml: line 4: did not find expected key

Here are the values I'm passing:

---
  crds:
    install: "true"
    retainOnDelete: "false"
  http2ServerSide: "ON"
  exporter:
    required: "true"
  ingressClass:
    - citrix
  license:
    accept: "yes"
  logLevel: "DEBUG"
  loginFileName: "nslogin"
  nodeWatch: true
  nsIP: "<snipped_ip>"
  nsPort: "443"
  nsProtocol: "HTTPS"
  nsVIP: "<snipped_ip>"
  openshift: false

from netscaler-helm-charts.

BenB196 avatar BenB196 commented on August 19, 2024

I was able to fix this by changing:

  crds:
    install: "true"
    retainOnDelete: "false"

to:

  crds:
    install: true
    retainOnDelete: false

I'm guessing with the resent changes to cic_crds.yaml it caused for more specific values to be set.

from netscaler-helm-charts.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.