-
For `minikube` cluster running locally on `mars` with SSH tunnel:
```
export SSHIP=10.168.0.217
# remote minikube ip
export MKIP=`ssh $SSHIP minikube ip`
echo $SSHIP $MKIP
# setup kubectl for …
-
### What Happened?
I am new to docker and learning. I am using Mac M1 and I tried Virtual box which did not work. Then tried using docker and it throws an error as below:
minikube start --driver=d…
-
Seeing the following error events:
```MountVolume.SetUp failed for volume "kubernetes.io/secret/28542bc9-a5df-11e6-ae8e-9a89cd1d2643-gerrit-admin-ssh-key" (spec.Name: "gerrit-admin-ssh-key") pod "2…
-
# How to setup a single-node Kubernetes cluster locally with Minikube
How to setup a single-node Kubernetes cluster locally with Minikube
[http://localhost:8000/how-to-setup-a-single-node-kubernetes…
-
We've got two environments that are useful for development. **Remote** Google Cloud instance for heavyweight load (chains, markets and search all together) and `minikube` setup for **local** developme…
-
https://icyfenix.cn/deployment/deployment-env-setup/setup-kubernetes/setup-minikube.html
-
I have KubeChecks running and setup on a local MiniKube cluster along with argocd for testing and eval. I have the svcs exposed on some dev urls.
If I set `KUBECHECKS_MONITOR_ALL_APPLICATIONS: fals…
-
Hello,
When setting up a cluster with the below instruction, all is working fine:
```
minikube start -p k8s-minikube-facility \
--driver=parallels
```
Then I add the oidc parameters:
…
-
Type: Bug
After opening a workspace from a `.code-workspace` file, errors are encountered when running a Jupyter Notebook
# Actual results
Running the Jupyter notebook cells produces no outptut…
-
### Summary
I have deployed eclipse che on "minikube" cluster using "chectl" command line tool.
where minikube has driver "docker"
It's working cool. but now I want to setup GitLab SSO. I thi…