Skip to content

Commit

Permalink
Merge pull request #12 from davidmirror-ops/kcdmx-2024
Browse files Browse the repository at this point in the history
Adds config init
  • Loading branch information
davidmirror-ops committed Feb 24, 2024
2 parents c6982d0 + 373c68f commit 9bbb3c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kcdmx2024/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,18 @@ minio (blob storage)
```
kubectl -n flyte port-forward service/minio 9000:9000
```
7. Edit the `$HOME/.flyte/config.yaml` file to reflect the following:
7. Initialize the CLI config:
```bash
flytectl config init
```
Edit the `$HOME/.flyte/config.yaml` file to reflect the following:
```yaml
admin:
endpoint: localhost:8089
insecure: true
authType: Pkce
```
8. Add and entry to your local DNS file so your `pyflyte` client is able to resolve the `minio` service name:
```bash
sudo vi /etc hosts
Expand Down

0 comments on commit 9bbb3c2

Please sign in to comment.