This repository was archived by the owner on Aug 12, 2025. It is now read-only.
-
Couldn't load subscription status.
- Fork 42
✨ Add support for kube-vip #320
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
ecc3976
init
davidspek 843f036
run make generate
davidspek 5d41478
don't have CCM manage the control plane EIP
davidspek bf68262
fix linting errors
davidspek 9751345
remove comments from template
davidspek be61a92
Add facility to CCM config so EIPs can be created for LoadBalancer se…
davidspek d95b01a
pin kube-vip version
davidspek 088bbf9
fix hardcoded project id and make kube-vip version configurable
davidspek a6c222c
Clean up scripting, fix awk, add ip routes for IBX datacenters
cprivitere 40c7de0
remove caching of metadata where it isn't used
cprivitere b68c838
Remove echo used for debuggin
cprivitere a0fc851
Adding a space for readability.
cprivitere b05171b
Have kubeadm ignore manifests directory already existing.
cprivitere 7d7c0b7
run make generate
davidspek f3f5d78
revert to non-kubevip state
cprivitere 857424f
split kube-vip version to separate template
cprivitere 277e4a4
run make generate
cprivitere d1b8a2b
Generate kube-vip template via kustomize
cprivitere d552aad
Add ignore preflight errors to base template as it applies to all clu…
cprivitere ae0ed29
Update templates to set up BGP routes in IBX datacenters, update CPEM…
cprivitere f1fb7a9
Further refinements to the templates. bgp sections are only for kube-…
cprivitere 84f9d04
make EIP management configurable
davidspek 4509155
add suggested changes
davidspek 1e09a52
run make generate
davidspek 467fadc
fix lint error
davidspek 98c29cd
remove services from kube-vip config
davidspek b0cff13
Convert to having the EIP_MANAGEMENT variable as part of the packetcl…
cprivitere File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
File renamed without changes.
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What will we do if the BGPConfig Get request fails? Invalid project or token, timeout, API availability issues?
Let's handle
err != nilhere. We should log at the very least.If BGP can not be enabled, we can return that error and this error will cascade through the reconciliation loop and we will await the next reconciliation loop to attempt to enable BGP. That sounds good. The log messages will be helpful if the resource can not resolve because of this.