-
Notifications
You must be signed in to change notification settings - Fork 41
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
Implement up uxp install #6
Comments
Merged
RedbackThomson
added a commit
that referenced
this issue
May 3, 2024
* Initial work to move ctp and ctx to new profile * Compromise on adding fields back to profile * Migrate up group to use kube context * Move kubeconfig funcs to kube_context * Update query and trace to use current kubeconfig * Remove deprecated up ctp kubeconfig/connect commands * Remove final references to space profiles * fix client bindings and namespace issues (#1) Signed-off-by: ezgidemirel <ezgidemirel91@gmail.com> * hide kubeconfig flags for 'up ctp' subcommand (#3) Signed-off-by: ezgidemirel <ezgidemirel91@gmail.com> * Add group flag back to controlplane CRUD commands (#2) Signed-off-by: Erhan Cagirici <erhan@upbound.io> * Fix up ctx for self-hosted spaces (#4) * Derive up ctx state for cloud * Rebase on top of latest up-sdk-go * Add root command validations for control planes and groups scopes * Return error when ctp 404 * Fix marshalling flags to json * Handle empty/invalid kubeconfigs * Export space contexts * Clean up JWT parsing * Fix for namespace CRUD * Derive group from space scope * Update to latest up-sdk-go * Fix ctx spacing and naming * Fix up group scope error * Minor lint warning fix * Support full path syntax * Fix lint and unit test errors * Fix regression of create group with deletion protection * Fix ingress not found throwing error * Use up space token as exec in kubeconfig * Move up space token to up org token * Add release target to build up path into exec * Go linting fixes * Minor fixes from PR feedback * Remove profile update as part of up space init * Restore deprecated commands with error message * Supporting writing to another kubeconfig or stdout * Error when attempting to use deprecated kubeconfig flag * Suggest 'up ctx -' for disconnect * Bring back the tests – many red (#6) * Bring back tests Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@upbound.com> * ctx: add DeriveState test Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@upbound.com> * ctx: prune unused contexts Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@upbound.com> * ctx: SQUASH: bring back the tests Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@upbound.com> --------- Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@upbound.com> * Add templated suggestions for deprecated commands * Update assertions for new up ctx behaviour * Linting error fixes * Update TestGroupAccept for latest deterministic approach * Remove invalidated profile test * Add auth endpoint to flag tests * Fix up migration unit test failures * Fix derive state unit tests * Add clarification for storing hub in code --------- Signed-off-by: ezgidemirel <ezgidemirel91@gmail.com> Signed-off-by: Erhan Cagirici <erhan@upbound.io> Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@upbound.com> Co-authored-by: Ezgi Demirel <ezgi@upbound.io> Co-authored-by: Erhan Cagirici <105722117+erhancagirici@users.noreply.github.com> Co-authored-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
up uxp install
should wrap the helm install command for the UXP chart.The text was updated successfully, but these errors were encountered: