diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 20c5a1a..735a615 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -44,9 +44,9 @@ jobs: name: test-reports if-no-files-found: ignore path: | + golangci-lint.out test-report.out coverage.out - golangci-lint.out - name: SonarCloud scan uses: SonarSource/sonarcloud-github-action@master diff --git a/README.md b/README.md index a39c1a3..2766cb9 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Deploy KubeIP as a DaemonSet on your desired nodes using standard Kubernetes [mechanism](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/). Once deployed, KubeIP will assign a static public IP to each node it operates on. If no static public IP is available, KubeIP will wait until one becomes available. When a node is deleted, -KubeIP will release the static public IP. +KubeIP will release the static public IP and reassign ephemeral public IP to the node. ### IPv6 Support diff --git a/cmd/main.go b/cmd/main.go index 5b607ea..79ae0a3 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -280,7 +280,7 @@ func main() { }, }, Name: "kubeip-agent", - Usage: "replaces the node's public IP address with a static public IP address", + Usage: "replaces the node's public IP address with a static public IP (IPv4/IPv6) address", Version: version, } cli.VersionPrinter = func(c *cli.Context) {