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

Scaleway: Update Image to Ubuntu 20_04 #127

Merged
merged 1 commit into from
Jul 14, 2021
Merged

Conversation

dirien
Copy link
Contributor

@dirien dirien commented Jul 12, 2021

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

Fixes inlets/inletsctl#95

  • I have raised an issue to propose this change.

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:

  • updated the documentation and/or roadmap (if required)
  • read the CONTRIBUTION guide
  • signed-off my commits with git commit -s
  • added unit tests

Signed-off-by: Engin Diri <engin.diri@mail.schwarz>
Copy link
Member

@alexellis alexellis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alexellis alexellis merged commit aaccfde into inlets:master Jul 14, 2021
@dirien dirien deleted the scaleway branch July 14, 2021 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Ubuntu images to 18.04
2 participants