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 pull secret file into the VM
this removes code adding the pull-secret to the
cluster using `oc`, instead it copies the pull
secret file to /opt/crc/crc-pullsecret which is
then used by a systemd service in the bundle to
add the pull secret to the cluster for both the
openshift and microshift presets
Update cluster user passwords via systemd
this copies the generated kubeadmin and developer
user passwords to `/opt/crc/` which is then used
by a systemd service and modifies the needed ocp
resources
Use systemd to add the root CA for API server access
this removes the code patching the configmap admin-kubeconfig-client-ca
to use the custom CA, instead it copies the generated CA to '/opt/crc/'
which is then used by a systemd service to created the required secret
and updates the configmap
0 commit comments