Skip to content
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

feat(k8s): remove dashboard and ingress fields #798

Merged
merged 2 commits into from
Mar 22, 2021

Conversation

Sh4d1
Copy link
Contributor

@Sh4d1 Sh4d1 commented Mar 22, 2021

Signed-off-by: Patrik Cyvoct [email protected]

@remyleone remyleone merged commit ef5578f into scaleway:master Mar 22, 2021
@TommyTheTribe
Copy link

What is the reason for deleting this please ?

@Sh4d1
Copy link
Contributor Author

Sh4d1 commented Apr 14, 2021

Hey @TommyTheTribe !

  • the dashboard field is now deprecated since you can access it via the Scaleway console without it being deployed on the cluster
  • the ingresses will soon be deprecated, and it was easier to remove them from the 2.0 release before, rather than depreciating them after the 2.0 relase was cut. A replacement for the ingresses is on its way, not sure il will be available in Terraform though 🤔 in either case, best way is still to deploy the ingress on your own so you're in full control of the configuration :)

@TommyTheTribe
Copy link

Ok thanks for response ;)

@rchaud
Copy link

rchaud commented Apr 27, 2021

The dashboard does seems deprecated in the API for Scaleway.

Is the ingress also getting deprecated from the API? If you guys are not using the addon ingress which does so much more like the ability to deploy LB from Kuberentes then how do you guys accomplish deploying a LB in Scaleway from Kuberentes? I am referring to this. https://www.scaleway.com/en/docs/using-a-load-balancer-to-expose-your-kubernetes-kapsule-ingress-controller-service/

@Sh4d1
Copy link
Contributor Author

Sh4d1 commented Apr 30, 2021

@chinochao the ingress is also going to be deprecated soon. There will be a replacement (maybe not available in Terraform though).
You can either deploy the plain manifest (https://kubernetes.github.io/ingress-nginx/deploy/#scaleway for instance)
Or use Helm on the ingress of your choice :)

@remyleone remyleone added the k8s Kubernetes Kapsule issues, bugs and feature requests label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k8s Kubernetes Kapsule issues, bugs and feature requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants