Skip to content

Commit

Permalink
chore: remove obsolete flyte config files (#5196)
Browse files Browse the repository at this point in the history
* chore: remove obsolete flyte config files

* nit

Signed-off-by: Kevin Su <[email protected]>

---------

Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw authored Apr 10, 2024
1 parent 8ef5ea9 commit dd67ff0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 322 deletions.
106 changes: 0 additions & 106 deletions flyte.yaml

This file was deleted.

110 changes: 0 additions & 110 deletions flyte_local.yaml

This file was deleted.

104 changes: 0 additions & 104 deletions flyte_local_k3d.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions script/setup_local_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
: "${K3D_INSTALL_URL:="https://raw.githubusercontent.com/rancher/k3d/main/install.sh"}" # URL to k3d installer script
: "${K3S_VERSION:="v1.21.1-k3s1"}" # version of k3s to run in k3d cluster, empty value uses default specified by k3d install
: "${K3D_CLUSTER_NAME:="flyte"}" # name of k3d cluster to be used
: "${K3D_KUBECONFIG_FILE_PATH:="${HOME}/.k3d/kubeconfig-${K3D_CLUSTER_NAME}.yaml"}" # file path to store kubeconfig file for k3d cluster at
: "${K3D_KUBECONFIG_FILE_PATH:="${HOME}/.flyte/sandbox/kubeconfig"}" # file path to store kubeconfig file for k3d cluster at

: "${KUBECTL_VERSION:=""}" # version of kubectl to install, empty value uses latest available
: "${KUBECTL_INSTALL_URL:="https://dl.k8s.io/release/VERSION/bin/linux/amd64/kubectl"}" # URL to kubectl binary, include VERSION to be replaced with KUBECTL_VERSION
Expand Down Expand Up @@ -170,4 +170,4 @@ kubectl wait --for=condition=available deployment/minio deployment/postgres -n $
mkdir -p /tmp/k8s-webhook-server/serving-certs

echo -e "\n*** Successfully set up local development environment."
echo -e "*** Run \"flyte start --config flyte_local_k3d.yaml\" to start your local flyte installation.\n"
echo -e "*** Run \"flyte start --config flyte-single-binary-local.yaml\" to start your local flyte installation.\n"

0 comments on commit dd67ff0

Please sign in to comment.