inlets / inlets-operator

Get public TCP LoadBalancers for local Kubernetes clusters
https://docs.inlets.dev/reference/inlets-operator
MIT License
1.35k stars 98 forks source link

Scaleway: Update Image to Ubuntu 20_04 #127

Closed dirien closed 3 years ago

dirien commented 3 years ago

Signed-off-by: Engin Diri engin.diri@mail.schwarz

Fixes inlets/inletsctl#95

Description

How Has This Been Tested?

go build . && ./inlets-operator --kubeconfig kubeconfig.yaml --provider scaleway --access-key=$ACCESS_KEY --secret-key=$SECRET_KEY --organization-id=$ORGANISATIO
N_ID --license-file /Users/dirien/.inlets/LICENSE
2021/07/12 17:13:04 Operator version:  SHA: 
2021/07/12 17:13:04 Client image: ghcr.io/inlets/inlets-pro:0.8.1
I0712 17:13:04.841626   23291 controller.go:121] Setting up event handlers
I0712 17:13:04.841672   23291 controller.go:248] Starting Tunnel controller
I0712 17:13:04.841678   23291 controller.go:251] Waiting for informer caches to sync
I0712 17:13:04.945535   23291 controller.go:256] Starting workers
I0712 17:13:04.945572   23291 controller.go:262] Started workers
2021/07/12 17:13:04 Creating tunnel for nginx-1-tunnel.default
I0712 17:13:04.962152   23291 controller.go:320] Successfully synced 'default/nginx-1'
2021/07/12 17:13:04 Provisioning started with provider:scaleway host:nginx-1-tunnel
2021/07/12 17:13:04 Provisioning host with Scaleway
2021/07/12 17:13:06 Provisioning call took: 1.943772s
2021/07/12 17:13:06 Status (nginx-1): provisioning, ID: 2900ecdb-22c6-4040-8d60-cd57fe3646b6, IP: 
I0712 17:13:06.921531   23291 controller.go:320] Successfully synced 'default/nginx-1-tunnel'
I0712 17:13:07.134420   23291 controller.go:320] Successfully synced 'default/nginx-1-tunnel'
I0712 17:13:35.082917   23291 controller.go:320] Successfully synced 'default/nginx-1-tunnel'
2021/07/12 17:14:05 Status (nginx-1): active, ID: 2900ecdb-22c6-4040-8d60-cd57fe3646b6, IP: 51.158.126.243
I0712 17:14:05.138024   23291 controller.go:320] Successfully synced 'default/nginx-1-tunnel'

Tunnel get started image

➜  ~ curl http://51.158.126.243
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
    body {
        width: 35em;
        margin: 0 auto;
        font-family: Tahoma, Verdana, Arial, sans-serif;
    }
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>

<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>

<p><em>Thank you for using nginx.</em></p>
</body>
</html>

How are existing users impacted? What migration steps/scripts do we need?

no

Checklist:

I have: