You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributors.md
-75Lines changed: 0 additions & 75 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,78 +91,3 @@ LATEST_TAG=<tag used for image> make ko-build-push-cmupdate
91
91
92
92
1. To avoid leaving a time bomb, delete that `brew` branch after it was merged into `main` (the goreleaser will fail to create the new `brew` branch if one already exists).
93
93
94
-
95
-
## OCM Images
96
-
97
-
### Commands to build & publish multicluster-controlplane from fork
98
-
99
-
At this time the official multicluster-controlplane has issues and a build from
100
-
a fork is required. We expect to re-evaluate when new images will be published
### Commands to package and push a chart to a OCI registry
114
-
115
-
First clone and build image as explained in [Commands to build & publish multicluster-controlplane from fork](#commands-to-build--publish-multicluster-controlplane-from-fork), then:
7. Update the postgresql Helm chart reference that is hard coded in [postgresql.yaml](../chart/templates/postgresql.yaml#L97) to match the quay.io registry, repository, and tag used in the Helm push command of step 6.
160
-
161
-
8. Make a multi-arch copy of postgresql container image from `docker.io` to `quay.io` to match the customized chart image reference:
The command returns the command to run on the managed cluster (actual token value not shown in example).
513
-
514
-
Now create a kind cluster to register with ocm, with the command:
515
-
516
-
```shell
517
-
kind create cluster --name cluster1
518
-
```
519
-
520
-
Once the cluster is ready, run the command above, taking care of replacing <cluster_name> with cluster1
521
-
and leaving the actual token value. Most importantly, make sure to add the flag `--force-internal-endpoint-lookup` which allows the managed cluster to communicate with the OCM control plane
522
-
using the docker network that all kind clusters share. Note that the `kind create cluster` command
523
-
switches the context to the new cluster `cluster`, so the `clusteramd join` command is run using the
0 commit comments