When trying to add the project to the PiT suite, we found that canary namespace does not exist in K8s cluster on the time of configuring the deployment
By following the README file instructions, execute the following commands
Error from server (NotFound): error when creating "deployment/redis.yaml": namespaces "canary" not found
Error from server (NotFound): error when creating "deployment/redis.yaml": namespaces "canary" not found
Error from server (NotFound): error when creating "deployment/app-v1.yaml": namespaces "canary" not found
Error from server (NotFound): error when creating "deployment/app-v1.yaml": namespaces "canary" not found
Error from server (NotFound): error when creating "deployment/ingress-v1.yaml": namespaces "canary" not found
By the way, I guess canary is not the most suitable for the vaadin-cluster namespace, I suggest either use default and invite the user to modify it with a more suitable one when deploying to their infra, or use a meaningful one like vaadin-kubernets-kit
When trying to add the project to the PiT suite, we found that
canary
namespace does not exist in K8s cluster on the time of configuring the deploymentBy the way, I guess
canary
is not the most suitable for the vaadin-cluster namespace, I suggest either usedefault
and invite the user to modify it with a more suitable one when deploying to their infra, or use a meaningful one likevaadin-kubernets-kit