-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat(multi-cluster): add multi-cluster support for all node commands #1416
base: main
Are you sure you want to change the base?
Conversation
…k with multi-cluster setup Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
…r-prevent-nodes-from-being-deployed-to-all-clusters-instead-of-the-one-specified
…r-prevent-nodes-from-being-deployed-to-all-clusters-instead-of-the-one-specified
Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
… adding node to the remote config Signed-off-by: instamenta <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
…r-prevent-nodes-from-being-deployed-to-all-clusters-instead-of-the-one-specified
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
…r-prevent-nodes-from-being-deployed-to-all-clusters-instead-of-the-one-specified
…r-prevent-nodes-from-being-deployed-to-all-clusters-instead-of-the-one-specified # Conflicts: # src/commands/network.ts # test/e2e/commands/node_upgrade.test.ts # test/e2e/commands/separate_node_upgrade.test.ts
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
…r-prevent-nodes-from-being-deployed-to-all-clusters-instead-of-the-one-specified
Signed-off-by: Zhan Milenkov <[email protected]>
Some E2E test failed, and it is hard to pin down what changes broke the tests. |
Some tests failed because there were some insistencies in the code how context is retrieved.
sometimes context is retrieved from flag value which is Then this led to unexisted key in the map |
Signed-off-by: Jeffrey Tang <[email protected]>
…xmulti-cluster-prevent-nodes-from-being-deployed-to-all-clusters-instead-of-the-one-specified
Description
node commands
Related Issues
solo node
commands #1452