-
Notifications
You must be signed in to change notification settings - Fork 71
[docs] update gh-pages branch to have docs updated #340
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix adding labels to node
Support for acls with >255 IPs
Refactor into distinct packages to prep for adding firewall support to Nodes
* add route-controller to linode ccm * store vpc id in route_controller * address review comments * fix internal ip for nodes, fix tests and address review comments * address review comments * Update cloud/linode/route_controller.go Co-authored-by: Ashley Dumaine <[email protected]> --------- Co-authored-by: Rahul Sharma <[email protected]> Co-authored-by: Ashley Dumaine <[email protected]>
* disable conn-throttle by default * set to 0 only if nothing is specified: * update readmne
) Co-authored-by: Rahul Sharma <[email protected]>
Co-authored-by: Rahul Sharma <[email protected]>
revert PR 184, PR 190 and PR 182
… nodebalancer nodes (#192) Fixing the nodebalancer config rebuilds to include ids of preexisting nodebalancer nodes to avoid rebuilds. + tests + Bumping k8s deps and updating CCM to reflect new API + Fixing node_controller and service_controller due to changes in k8s api. + upgrading toolchain + Bumping CI's go version + Adding build deps/tools to separate file + Refactored client mocks to generate just one file and dropped the two copies which existed due to _test.go in name, that prevents the code to be imported
Fix typo in README where in example is invalid json.
fix-readme: firewall-acl invalid json
* Lookup linode by IP if label does not match and ProviderID is not set --------- Co-authored-by: Alex Vest <[email protected]>
* add back changes reverted in PR #195 * get instanceConfig only when running within VPC * add and fix unittests * use lock when reading/writing vpc id * updated route-controller using /v4/vpcs/ips api * fix tests * switch to new api returning ips for specific vpc * when running with vpc set, only cache instances which are part of VPC * address review comments * update linodego to v1.33.0 * address review comment, make variable required if routecontroller is enabled --------- Co-authored-by: Rahul Sharma <[email protected]>
Set toolchain go1.22.2 go.mod
update client to work for v4beta API
[bugfix] - handle LoadBalancer deletion if service type changes to no longer be a LoadBalancer
Primarily to get the token obfuscation feature in this release: https://github.com/linode/linodego/releases/tag/v1.34.0 This means that if one enables LINODE_DEBUG to understand all Linode API calls, tokens will no longer be printed out.
Bumps alpine from 3.21.2 to 3.21.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the kubernetes group with 5 updates: | Package | From | To | | --- | --- | --- | | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.1` | `0.32.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.1` | `0.32.2` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.1` | `0.32.2` | | [k8s.io/cloud-provider](https://github.com/kubernetes/cloud-provider) | `0.32.1` | `0.32.2` | | [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.32.1` | `0.32.2` | Updates `k8s.io/api` from 0.32.1 to 0.32.2 - [Commits](kubernetes/api@v0.32.1...v0.32.2) Updates `k8s.io/apimachinery` from 0.32.1 to 0.32.2 - [Commits](kubernetes/apimachinery@v0.32.1...v0.32.2) Updates `k8s.io/client-go` from 0.32.1 to 0.32.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.1...v0.32.2) Updates `k8s.io/cloud-provider` from 0.32.1 to 0.32.2 - [Commits](kubernetes/cloud-provider@v0.32.1...v0.32.2) Updates `k8s.io/component-base` from 0.32.1 to 0.32.2 - [Commits](kubernetes/component-base@v0.32.1...v0.32.2) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kubernetes - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kubernetes - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kubernetes - dependency-name: k8s.io/cloud-provider dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kubernetes - dependency-name: k8s.io/component-base dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kubernetes ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/hexdigest/gowrap](https://github.com/hexdigest/gowrap) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/hexdigest/gowrap/releases) - [Changelog](https://github.com/hexdigest/gowrap/blob/master/.goreleaser.yml) - [Commits](hexdigest/gowrap@v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: github.com/hexdigest/gowrap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/cilium/cilium](https://github.com/cilium/cilium) from 1.17.0 to 1.17.1. - [Release notes](https://github.com/cilium/cilium/releases) - [Changelog](https://github.com/cilium/cilium/blob/1.17.1/CHANGELOG.md) - [Commits](cilium/cilium@1.17.0...1.17.1) --- updated-dependencies: - dependency-name: github.com/cilium/cilium dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ler (#332) * Allow setting vpcName(s) without enabling route controller * Update docs
[improvement] Add subnet filtering for routes management
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.5 to 1.21.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.20.5...v1.21.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add labels to run e2e tests * allow additional args to chainsaw command
* Add resources to container * minor fixes --------- Co-authored-by: rpotla <[email protected]>
* add support for different nodebalancer types * add e2e test for premium nodebalancers * address review comments
* intial commit for nb-vpc support * fix loadbalancer update and add documentation * add unittests for changes * add e2e test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
General:
Pull Request Guidelines: