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

Linode: Update Image to Ubuntu 20_04 #128

Merged
merged 1 commit into from
Jul 13, 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 linode --access-key=$LINODE_CLI_TOKEN  --license-file /Users/dirien/.inlets/LICENSE --reg
ion eu-central
2021/07/12 17:45:04 Operator version:  SHA: 
2021/07/12 17:45:04 Client image: ghcr.io/inlets/inlets-pro:0.8.1
I0712 17:45:04.116207   25043 controller.go:121] Setting up event handlers
I0712 17:45:04.116257   25043 controller.go:248] Starting Tunnel controller
I0712 17:45:04.116263   25043 controller.go:251] Waiting for informer caches to sync
I0712 17:45:04.219505   25043 controller.go:256] Starting workers
I0712 17:45:04.219567   25043 controller.go:262] Started workers
2021/07/12 17:45:04 Provisioning started with provider:linode host:nginx-1-tunnel
2021/07/12 17:45:04 Tunnel exists: nginx-1-tunnel
I0712 17:45:04.223901   25043 controller.go:320] Successfully synced 'default/nginx-1'
2021/07/12 17:45:07 Provisioning call took: 3.149741s
2021/07/12 17:45:07 Status (nginx-1): provisioning, ID: 28460218, IP: 
I0712 17:45:07.380086   25043 controller.go:320] Successfully synced 'default/nginx-1-tunnel'
I0712 17:45:07.772721   25043 controller.go:320] Successfully synced 'default/nginx-1-tunnel'
I0712 17:45:34.419352   25043 controller.go:320] Successfully synced 'default/nginx-1-tunnel'
2021/07/12 17:46:04 Status (nginx-1): active, ID: 28460218, IP: 139.162.180.6
I0712 17:46:04.758504   25043 controller.go:320] Successfully synced 'default/nginx-1-tunnel'
2021/07/12 17:46:04 Tunnel exists: nginx-1-tunnel
I0712 17:46:04.773395   25043 controller.go:320] Suc

Tunnel get started
image

curl 139.162.180.6:80
<!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>
@alexellis
Copy link
Member

Thank you. Merged

@dirien dirien deleted the linode branch July 16, 2021 04:30
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