Questions tagged [scaleway]

A provider of cloud computing and physical server leasing based in France, formerly known as Online.net.

4 questions
0
votes
1 answer

centos 7 cant change ssh port - selinux policy 30 missing

I'm running centos 7.3 with LAMP After changing my ssh port in /etc/ssh/sshd_config I have run semanage port -a -t ssh_port_t -p tcp But its kicking out the following error SELinux: Could not downgrade policy file…
Jim Venner
  • 11
  • 4
0
votes
0 answers

Binding to random IP from IPv6 subnet (/64) doesn't work

I got a scaleway.com server (DEV1-S) which offers me a /64 IPv6 subnet. I want to use an IP from this subnet to make a HTTP request (will use wget in the examples) but I can't get it to work. The request (with wget but also with other programs &…
003random
  • 1
  • 1
0
votes
1 answer

How do I have to configure certmanaager when using a gitlab managed cluster?

I use a scaleway kubernetes cluster v1.21.1 managed by gitlab. To do this, I created a Cluster Management Project with the default template. https://docs.gitlab.com/ee/user/clusters/management_project_template.html (only ingress & certmanager…
0
votes
1 answer

Terraform: output IP of all my different servers

I'm starting to use Terraform (0.12) with different types of servers, each associated to a different image. I'm trying to simply output all private IP (I don't know the number before runtime) but can't find a simple way to do it (I found a more…
daks
  • 673
  • 7
  • 25