⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

use public ip assignment instead of deprecated ipv6 and private instance flags#788

Merged
quentinalbertone merged 4 commits intomasterfrom
sc-163229/cli-create-instance-with-ipv6
Feb 2, 2026
Merged

use public ip assignment instead of deprecated ipv6 and private instance flags#788
quentinalbertone merged 4 commits intomasterfrom
sc-163229/cli-create-instance-with-ipv6

Conversation

@quentinalbertone
Copy link
Contributor

@quentinalbertone quentinalbertone commented Feb 2, 2026

Description

Create instance: merge --ipv6 and --private-instance -> --public-ip (none|inet4|dual)
Create sks: replace --nodepool-ipv6 by --nodepool-public-ip (inet4|dual)
Create sks nodepool: replace --ipv6 by --public-ip (inet4|dual)

Checklist

(For exoscale contributors)

  • Changelog updated (under Unreleased block)
  • Testing

Testing

$> go run github.com/exoscale/cli compute instance create test --public-ip-assignment none
$> go run github.com/exoscale/cli compute instance create test --public-ip-assignment inet4
$> go run github.com/exoscale/cli compute instance create test --public-ip-assignment dual
$> go run github.com/exoscale/cli compute instance create test

$> go run github.com/exoscale/cli compute sks create cluster-test --nodepool-name test-inet4 --nodepool-size 1
$> go run github.com/exoscale/cli compute sks create cluster-test --nodepool-name test-dual --nodepool-size 1 --nodepool-public-ip dual

$> go run github.com/exoscale/cli compute sks nodepool add <cluster-id> nodepool-dual --public-ip dual
$> go run github.com/exoscale/cli compute sks nodepool add <cluster-id> nodepool-inet4

@quentinalbertone quentinalbertone changed the title Sc 163229/cli create instance with ipv6 use public ip assignment instead of deprecated ipv6 and private instance flags Feb 2, 2026
@quentinalbertone quentinalbertone force-pushed the sc-163229/cli-create-instance-with-ipv6 branch from 77eed27 to c1c8707 Compare February 2, 2026 10:20
@quentinalbertone quentinalbertone requested a review from a team February 2, 2026 10:32
@quentinalbertone quentinalbertone merged commit 48550d3 into master Feb 2, 2026
2 checks passed
@quentinalbertone quentinalbertone deleted the sc-163229/cli-create-instance-with-ipv6 branch February 2, 2026 13:02
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.

3 participants