File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,19 @@ ShinyProxy operator on minikube.
5959 kustomize build . | k apply -f -
6060 ` ` `
6161
62+ ** Note:** this command may not finish successfully from the first attempt,
63+ for example, you could get the following message:
64+
65+ ` ` ` text
66+ unable to recognize " STDIN" : no matches for kind " CustomResourceDefinition" in version " apiextensions.k8s.io/v1"
67+ unable to recognize " STDIN" : no matches for kind " ShinyProxy" in version " openanalytics.eu/v1"
68+ ` ` `
69+
70+ In this case, just re-run the command. The resources should then get created.
71+ (there is no way to specify the order of resources or the dependencies
72+ between resources in ` kustomize` , re-running the command is the only
73+ workaround)
74+
62755. Wait for all the resources to startup. At this point the operator should
6376 start. It is now time to configure web access to the cluster. First get the
6477 IP of minikube using:
You can’t perform that action at this time.
0 commit comments