paul42 opened a new issue #710: URL: https://github.com/apache/openwhisk-deploy-kube/issues/710
To Reproduce: 1. use helm to add apache charts for openwhisk 2. attempt to install using helm and try to set ingress to `Standard` like in [doc](https://github.com/apache/openwhisk-deploy-kube#deploy-with-helm) Expected: - Able to get ingress resource created on kubernetes cluster Observed: `Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "extensions/v1beta1"` I was able to get openwhisk to deploy from helm when using a regular nodeport, but it looks like if I want to use ingress standard, I get an error like this - I have 1.22 server and client of k8s, but when I looked at the helm chart, it points at `https://openwhisk.apache.org/charts/index.yaml` which lists ``` urls: - https://github.com/apache/openwhisk-deploy-kube/releases/download/1.0.0/openwhisk-1.0.0.tgz ``` despite being created `created: "2021-02-05T18:55:49.212794-05:00"` this seems like it's related to #690 , but when I search through the current github codebase I don't see any existing `extensions/v1beta1` apiVersions is there a way with helm to clone a github repo and install from that? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
