-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS Setup Guide / Example #15
Comments
AWS Guide is now working correctly. |
For me the guide is no longer working as is because AWS no longer supports the version of K8's in the docs. I was able to get most of the way through using newer K8s but now ran into issue trying to deploy the aws-ingress.yml file. ~/$ kubectl apply -f ./aws-ingress.yaml
Warning: extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
ingress.extensions/juice-balancer-ingress created This is my first time using K8s so I am a bit lost on how to move forward at the moment. I will be digging into this issue but I think the docs need some updates. |
I did just try swapping out the api name but getting this I need to dig into. error: error validating "./aws-ingress.yaml": error validating data: [ValidationError(Ingress.spec.rules[0].http.paths[0].backend): unknown field "serviceName" in io.k8s.api.networking.v1.IngressBackend, ValidationError(Ingress.spec.rules[0].http.paths[0].backend): unknown field "servicePort" in io.k8s.api.networking.v1.IngressBackend]; if you choose to ignore these errors, turn validation off with --validate=false |
So I ended up just using |
Hi @prasket 👋 Thanks for the question, I'll update the Ingress API Version to the current one. BTW. the warning you initially got should normally be just a warning that this wont work anymore in kubernetes 1.22, which isn't available yet, so it should still work for now. |
Related to AWS Setup Guide / Example #15 (#15 (comment))
I've release the update in v4.3.0, should now install on all new Kubernetes versions without warnings. |
Thank you for the updates and info @J12934 |
AWS guide was update to simply external connection, but the guide doesn't show how to set it up using https. |
Related to AWS Setup Guide / Example #15 (juice-shop/multi-juicer#15 (comment))
The AWS Setup Example has been started but is still WIP.
Some help, especially from some AWS Experts would be highly appreciated!
https://github.com/J12934/juicy-ctf/blob/master/guides/aws/aws.md
The text was updated successfully, but these errors were encountered: