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
- In Visual Studio Code update `.vscode/launch.json` so that `"KUBECONFIG"` points to your Kubernetes config file.<br>
58
58
- If you changed the namespace in `instascale-configmap.yaml` update the `args[]` in `launch.json` to include `--configs-namespace="<YOUR_NAMESPACE>"`.<br>
59
59
- You can now run the local deployment with the debugger.
60
+
## Running locally with a OSD cluster
61
+
Running InstaScale locally to an OSD cluster requires extra steps from the above.
62
+
- Add the `instascale-ocm-secret`
63
+
- Get your API token from [here](https://console.redhat.com/openshift/token)
0 commit comments