Skip to content

Commit

Permalink
chore: Merge branch 'prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantthapa committed May 15, 2024
2 parents e6d1b43 + 3fa0f50 commit bb83ff9
Show file tree
Hide file tree
Showing 12 changed files with 4,848 additions and 2,391 deletions.
31 changes: 0 additions & 31 deletions infrastructure/dns-zone.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,3 @@
apiVersion: dns.cnrm.cloud.google.com/v1beta1
kind: DNSManagedZone
metadata:
name: hopic-managed-zone
namespace: cnrm-system
annotations:
cnrm.cloud.google.com/state-into-spec: merge
spec:
cloudLoggingConfig:
enableLogging: true
description: HoPiC DNS Zone for alpha DNS
dnsName: hopic-sdpac.phac-aspc.alpha.canada.ca.
visibility: public
---
apiVersion: dns.cnrm.cloud.google.com/v1beta1
kind: DNSRecordSet
metadata:
name: hopic-dns-record-set
namespace: cnrm-system
annotations:
cnrm.cloud.google.com/state-into-spec: merge
spec:
name: "hopic-sdpac.phac-aspc.alpha.canada.ca."
type: A
ttl: 300
managedZoneRef:
name: hopic-managed-zone
rrdatasRefs:
- name: hopic-external-ip
kind: ComputeAddress
---
apiVersion: compute.cnrm.cloud.google.com/v1beta1
kind: ComputeAddress
metadata:
Expand Down
6 changes: 4 additions & 2 deletions k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,12 @@ Once the PR is merged, Flux will propagate the changes. See the [official releas
To [upgrade config connector](https://cloud.google.com/config-connector/docs/how-to/install-manually#upgrading) on the cluster, run the following commands from the root of this repository and submit a PR with changes:
```sh
gsutil cp gs://configconnector-operator/latest/release-bundle.tar.gz release-bundle.tar.gz
gsutil cp gs://configconnector-operator/<VERSION>/release-bundle.tar.gz release-bundle.tar.gz
tar zxvf release-bundle.tar.gz
cp ./operator-system/autopilot-configconnector-operator.yaml ./k8s/configconnector-operator-system/
rm -rf operator-system/ release-bundle.tar.gz
```
> Replace `<VERISON>` with a valid KCC Operator version.
Once the PR is merged, Flux will propagate the changes. See the [official releases](https://github.com/GoogleCloudPlatform/k8s-config-connector/releases) page for more information regarding an upgrade.
Expand All @@ -152,7 +154,7 @@ There are two types of updates in this section:
### Operator
To [upgrade cnpg operator](https://cloudnative-pg.io/documentation/1.22/installation_upgrade/#upgrades) on the cluster, run the following commands from the root of this repository and submit a PR with changes:
To [upgrade cnpg operator](https://cloudnative-pg.io/documentation/current/installation_upgrade/#upgrades) on the cluster, run the following commands from the root of this repository and submit a PR with changes:
```sh
curl -sSL https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v<VERISON>/cnpg-<VERSION>.yaml > ./k8s/cnpg-system/cnpg-crds.yaml
Expand Down
Loading

0 comments on commit bb83ff9

Please sign in to comment.