-
Notifications
You must be signed in to change notification settings - Fork 18
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
Remove MBG (partially) from code #168
Conversation
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
…remove_mbg Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
LGTM, but most of the changes were done in the policy-engine(@zivnevo) |
Add log-level flag to control the level of log messages. Signed-off-by: Kfir Toledo <[email protected]>
* Build `gwctl` from directory path, not file * Add version info package - populates source control variables from runtime/debug.BuildInfo - adds a global version.txt file (should be updated on every formal release) - Short() to allow setting cobra.Command.Version string * Add `Version` to each root Cobra command (this automatically enables `-v` and `--version` flags) Signed-off-by: Etai Lev Ran <[email protected]>
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.
- Why are the
config/manifests
files removed? - How was the list of changes created?
grep -ri mbg . | grep -v -e demo -e Binary -e git | wc -l
seems to return more instances than this PR changes- There's an occurrence in the README (
Multi-Border Gateway
).
@elevran For your comments
|
please open a separate PR for that, if possible. Seems unrelated.
thanks! |
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.
if possible, remove the config/manifests
in a separate PR.
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
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.
LGTM
This commit switches the gwctl pod to use the peer CA instead of the fabric CA. This ensures that gwctl will not be able to connect to other peers. Signed-off-by: Or Ozeri <[email protected]>
This commit changes the logs output directory of the k8s.sh test. Signed-off-by: Or Ozeri <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Bumps the cli group with 1 update: [github.com/spf13/cobra](https://github.com/spf13/cobra). - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cli ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Etai Lev Ran <[email protected]>
…clusterlink-net#166) Bumps [github.com/bombsimon/logrusr/v4](https://github.com/bombsimon/logrusr) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/bombsimon/logrusr/releases) - [Commits](bombsimon/logrusr@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: github.com/bombsimon/logrusr/v4 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>
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Still need to remove from Demos...