minishift addon enable admin-user
by Burr Sutter
Seems like enable admin-user in 1.24 no longer works, is that expected?
my startup routine:
minishift profile set 9steps124
minishift config set memory 6144
minishift config set cpus 2
minishift config set vm-driver virtualbox #hyperkit
minishift config set image-caching true
minishift addon enable admin-user
minishift addon enable anyuid
minishift start
and the workaround is to add
minishift addons apply admin-user
4 years, 8 months
Error Applying Patch - Windows
by Kamesh Sampath
When i try to apply this patch on Windows it fails with an error "The patch
must be a valid JSON file." but I see same working with macOS
minishift.exe openshift config set --target=kube --patch
'{"admissionConfig":{"pluginConfig": {"ValidatingAdmissionWebhook":
{"configuration": {"apiVersion": "v1","kind":
"DefaultAdmissionConfig","disable": }},"MutatingAdmissionWebhook":
{"configuration": {"apiVersion": "v1", "kind":
"DefaultAdmissionConfig","disable": false}}}}}'
4 years, 8 months
Issue with Latest version of minishift
by Kamesh Sampath
When I updated my minishift to latest and started it I got the error
saying:
```E0823 23:49:26.216390 2044 interface.go:34] Failed to install
"openshift-web-console-operator": Operation cannot be fulfilled on
openshiftwebconsoleconfigs.webconsole.operator.openshift.io "instance":
the object has been modified; please apply your changes to the latest
version and try again
I0823 23:49:26.216448 2044 interface.go:41] Finished installing
"openshift-web-console-operator" "centos-imagestreams"
"openshift-image-registry" "sample-templates" "persistent-volumes"
"openshift-router"
Error: Operation cannot be fulfilled on
openshiftwebconsoleconfigs.webconsole.operator.openshift.io "instance":
the object has been modified; please apply your changes to the latest
version and try again```
Not sure why this error. Any solutions ??
4 years, 8 months