-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CRD specs to use apiextensions v1
**What** * Update helm chart RBAC templates to use the `rbac.authorization.k8s.io/v1` group. The beta groups will be removed in k8s 1.20 * Update CRD artifacts using the lastest generator: `./hack/update-crds.sh` * Update helm chart yaml to use the new CRD specs that live in the `apiextensions.k8s.io/v1` group. The beta groups will be removed in k8s 1.19 * Update Chart readme with a section about service meshes Test the installation via ```sh $ kind create cluster $ helm upgrade openfaas --install chart/openfaas/ \ --namespace openfaas \ --set basic_auth=false \ --set functionNamespace=openfaas-fn Release "openfaas" does not exist. Installing it now. NAME: openfaas LAST DEPLOYED: Sat Nov 14 17:11:59 2020 NAMESPACE: openfaas STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: To verify that openfaas has started, run: kubectl -n openfaas get deployments -l "release=openfaas, app=openfaas" $ kubectl api-versions | grep openfaas openfaas.com/v1 $ kubectl get crds NAME CREATED AT profiles.openfaas.com 2020-11-14T16:11:59Z ``` Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
- Loading branch information
1 parent
e88c54c
commit 75a12eb
Showing
13 changed files
with
1,716 additions
and
1,667 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.