forked from kubernetes-retired/etcdadm
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Filter fixed IP addresses with CIDR notation #2
Open
ederst
wants to merge
81
commits into
fork-master
Choose a base branch
from
os-restrict-fixed-ip-range
base: fork-master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Closed
ederst
force-pushed
the
os-restrict-fixed-ip-range
branch
2 times, most recently
from
June 23, 2022 21:12
70e68af
to
49de004
Compare
ederst
force-pushed
the
os-restrict-fixed-ip-range
branch
2 times, most recently
from
August 8, 2022 13:06
71c0731
to
b1e37b2
Compare
…name-tag Use volume name tag to match the instance group for Hetzner
…watch_progress Wait for 1 minute for volume to be attached for Hetzner
…20831 Release etcd-manager/v3.0.20220831
….0.20220831 Release notes for etcd-manager 3.0.20220831
…dencies_for_scw_support Update dependencies before adding support for Scaleway
Add support for Scaleway in etcd-manager
…dencies_for_scaleway Update dependencies to use kops v1.26.0-alpha.2
…ll_fix Scaleway support in etcd-manager operational
Add support for etcd v3.5.7
Update the release process for etcd-manager
Update etcdadm build
We should be closing these when we are done with the connection, otherwise we leak goroutines.
3.5 seems to have regressed on kubernetes/kubernetes#72102
With etcd client v3.4, this test should pass. This reverts commit 2201714.
…etcd_clients etcdadm: Should close GRPC clients
…4_works Use etcd 3.4 client
Also requires a bazel update.
When we load a version from disk, we run the latest recommended patch version. This enables us to depend on fewer versions of etcd. Co-authored-by: Justin SB <[email protected]>
…for-adoption Restart the server using the recommended etcd version
Update to go 1.19.5
…l-v5.4.0 Use official Bazel container image with Cloud Build
Add gsutil when using Cloud Build
ederst
force-pushed
the
os-restrict-fixed-ip-range
branch
2 times, most recently
from
March 14, 2023 12:46
ad85f72
to
d27b1d2
Compare
This allows filtering the fixed IP addresses returned by the OpenStack compute API with a filter defined as CIDR notation. When specifying the filter then the first fixed IP address matching the CIDR notation will be returned. If no filter is specified then the first found IP will be returned.
ederst
force-pushed
the
os-restrict-fixed-ip-range
branch
from
March 14, 2023 12:54
d27b1d2
to
fd04eb3
Compare
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.
This is a copy of kubernetes-retired#317 to make it available on our fork.