crossplane / addon-oam-kubernetes-local

Run OAM workloads on a Kubernetes cluster.
Apache License 2.0
21 stars 15 forks source link

Change cert-manager installation link #38

Open szihai opened 4 years ago

szihai commented 4 years ago

Per k8s cer-manager page(https://cert-manager.io/docs/installation/kubernetes/), the installation link for k8s >1.15 should be kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v0.15.0/cert-manager.yaml

ryanzhang-oss commented 4 years ago

Thanks, the ci failed.

szihai commented 4 years ago

I get the same manifest_sorter.go:192: info: skipping unknown hook: "crd-install" manifest_sorter.go:192: info: skipping unknown hook: "crd-install" With the current version as well.

resouer commented 4 years ago

I get the same manifest_sorter.go:192: info: skipping unknown hook: "crd-install" manifest_sorter.go:192: info: skipping unknown hook: "crd-install" With the current version as well.

This warning is fine, ref: https://github.com/crossplane/crossplane/issues/1366, I will explain it a bit in the README.