Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: insert cert-manager after namespaces in expose a service
The progression of namespaces, cert-manager, then gateway api and istio makes much more sense than the previous progression of gateway api, namespaces, istio. cert-manager builds nicely on top of namespaces. gateway api are only crds necessary for istio. This patch also adds the local-ca component which surfaces issue #237 The Kubernetes APIObjects are unnecessarily constrained to resources we define in the schema. We need to move the marshal code into package holos so the user can add their own resource kinds.
- Loading branch information