Describe the bug
The Krateo installation page indicates a command to wait for frontend after helm chart has been installed.
If frontend pods are not already started the command breaks instead of waiting for pods.
The behaviour is the following:
$ kubectl wait --for=condition=Ready $(kubectl get pods --field-selector=status.phase!=Succeeded,status.phase!=Failed --output=name -n krateo-system | grep '^pod/krateo-frontend') -n krateo-system
error: You must provide one or more resources by argument or filename.
Example resource specifications include:
'-f rsrc.yaml'
'--filename=rsrc.json'
'<resource> <name>'
'<resource>'
To Reproduce
Steps to reproduce the behavior:
Install Krateo with helm
Just after the helm chart is installed run the frontend wait command
See error
Expected behavior
Wait command should wait until the frontend is available
ScreenshotsDesktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug The Krateo installation page indicates a command to wait for frontend after helm chart has been installed.
If frontend pods are not already started the command breaks instead of waiting for pods.
The behaviour is the following:
To Reproduce Steps to reproduce the behavior:
Expected behavior Wait command should wait until the frontend is available
Screenshots Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.