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.
Tracking issue
Closes #3792
Why are the changes needed?
As stated in [Flytectl Feature] flytectl demo cluster - configurable port number #3792, when a developer uses Docker Desktop with Kubernetes running on port 6443, they must shut it down before running the demo cluster
Allow users to configure the demo cluster port if needed
What changes were proposed in this pull request?
port
, e.g.,flytectl demo start --port 6443
sandbox_config.go
instead of using fixed onesreload.go
to retrieve sandbox config (follow other file structure underflyte/flytectl/cmd/demo
)How was this patch tested?
Tested that parameters were automatically generated with
make generate
Setup process
kubectl --server=https://localhost:6444 get pods
export FLYTECTL_CONFIG= ~/<pathTo>/.flyte/config-sandbox.yaml
pyflyte run --remote
Screenshots
Check all the applicable boxes
Related PRs
Docs link