Skip to content

Commit

Permalink
fix(cert-manager): remove deprecated flag
Browse files Browse the repository at this point in the history
cert-manager deprecated flag

Gateway API CRDs

Correction
  • Loading branch information
luminosita authored and vehagn committed Nov 17, 2024
1 parent 694d56b commit 1a46529
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ override.tf.json
*_override.tf
*_override.tf.json

**/.DS_Store
**/*.tfplan

*.qcow2
*.raw

Expand Down
6 changes: 4 additions & 2 deletions k8s/infra/controllers/cert-manager/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
installCRDs: true

#installCRDs: true
crds:
enabled: true
keep: true
extraArgs:
- "--enable-gateway-api"

Expand Down
8 changes: 8 additions & 0 deletions tofu/kubernetes/talos/machine-config/control-plane.yaml.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ cluster:
name: none
proxy:
disabled: true
#need to install gateway api manifests before cilium deployment. GatewayClass acceptance
extraManifests:
- https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/standard/gateway.networking.k8s.io_gatewayclasses.yaml
- https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/experimental/gateway.networking.k8s.io_gateways.yaml
- https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/standard/gateway.networking.k8s.io_httproutes.yaml
- https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/standard/gateway.networking.k8s.io_referencegrants.yaml
- https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/standard/gateway.networking.k8s.io_grpcroutes.yaml
- https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/experimental/gateway.networking.k8s.io_tlsroutes.yaml
inlineManifests:
- name: cilium-values
contents: |
Expand Down

0 comments on commit 1a46529

Please sign in to comment.