-
Notifications
You must be signed in to change notification settings - Fork 670
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to Getting Started docs (#485)
- Loading branch information
Showing
4 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
Installed Single Cluster mode on GCP, what examples do I use? | ||
-------------------------------------------------------------- | ||
|
||
|
||
I tried to run examples, but task fails with 401 error? | ||
------------------------------------------------------- | ||
Steps: | ||
- Are you using Workload Identity, then you have to pass in the ServiceAccount when you create the launchplan. Docs here https://lyft.github.io/flyte/user/features/roles.html?highlight=serviceaccount#kubernetes-serviceaccount-examples | ||
More information about WorkloadIdentity at https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity | ||
|
||
- If you are just using a simple Nodepool wide permissions then check the cluster's ServiceACcount for STorage permissions. Do they look fine? | ||
|
||
- If not, then start a dummy pod in the intended namespace and check for | ||
.. | ||
gcloud auth list | ||
|
||
|
||
NOTE: | ||
FlytePropeller uses Google Application credentials, but gsutil does not use these credentials | ||
|
||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters