Skip to content

Commit

Permalink
update README and build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed Oct 25, 2023
1 parent 5e55460 commit 597643e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 597643e

Please sign in to comment.