Skip to content

Commit 92431d9

Browse files
committed
Add note to re-retry kustomize command
1 parent dc3a1c2 commit 92431d9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/deployment/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
6275
5. 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:

0 commit comments

Comments
 (0)