Skip to content

Instantly share code, notes, and snippets.

View eoinfennessy's full-sized avatar

Eoin Fennessy eoinfennessy

  • Red Hat
  • Waterford, Ireland
  • 15:46 (UTC +01:00)
View GitHub Profile
@eoinfennessy
eoinfennessy / mgc-install-guide-base-setup.sh
Created August 29, 2023 12:07
Base setup for MGC install guide
#!/bin/bash
make local-setup-kind OCM_SINGLE=true
./bin/clusteradm init --bundle-version='0.11.0' --wait --context kind-mgc-control-plane
join=$(./bin/clusteradm get token --context kind-mgc-control-plane | grep -o 'join.*--cluster-name')
# Removed feature gate --feature-gates=RawFeedbackJsonString=true
./bin/clusteradm ${join} kind-mgc-control-plane --bundle-version='0.11.0' --force-internal-endpoint-lookup --context kind-mgc-control-plane