Skip to content

Commit

Permalink
Improve getting started experience (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Rogan authored Feb 4, 2021
1 parent 658aecd commit fbe7e68
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 19 deletions.
9 changes: 5 additions & 4 deletions deployment/eks/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8154,11 +8154,12 @@ data:
storage: 1000Mi
limits:
cpu: 2
memory: 2G
memory: 8Gi
storage: 2000Mi
gpu: 1
kind: ConfigMap
metadata:
name: flyte-admin-config-m8c8m77fgd
name: flyte-admin-config-t2f9g68k65
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -8658,7 +8659,7 @@ spec:
- emptyDir: {}
name: shared-data
- configMap:
name: flyte-admin-config-m8c8m77fgd
name: flyte-admin-config-t2f9g68k65
name: config-volume
- configMap:
name: clusterresource-template-tkdkkt4cb5
Expand Down Expand Up @@ -8939,7 +8940,7 @@ spec:
name: clusterresource-template-tkdkkt4cb5
name: resource-templates
- configMap:
name: flyte-admin-config-m8c8m77fgd
name: flyte-admin-config-t2f9g68k65
name: config-volume
- name: db-pass
secret:
Expand Down
9 changes: 5 additions & 4 deletions deployment/gcp/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8145,11 +8145,12 @@ data:
storage: 1000Mi
limits:
cpu: 2
memory: 2G
memory: 8Gi
storage: 2000Mi
gpu: 1
kind: ConfigMap
metadata:
name: flyte-admin-config-dd52bb74bf
name: flyte-admin-config-7k2dmcb4tg
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -8722,7 +8723,7 @@ spec:
- emptyDir: {}
name: shared-data
- configMap:
name: flyte-admin-config-dd52bb74bf
name: flyte-admin-config-7k2dmcb4tg
name: config-volume
- configMap:
name: clusterresource-template-tkdkkt4cb5
Expand Down Expand Up @@ -9003,7 +9004,7 @@ spec:
name: clusterresource-template-tkdkkt4cb5
name: resource-templates
- configMap:
name: flyte-admin-config-dd52bb74bf
name: flyte-admin-config-7k2dmcb4tg
name: config-volume
- name: db-pass
secret:
Expand Down
9 changes: 5 additions & 4 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9660,11 +9660,12 @@ data:
storage: 5Mi
limits:
cpu: 2
memory: 2G
memory: 8Gi
storage: 20Mi
gpu: 1
kind: ConfigMap
metadata:
name: flyte-admin-config-c4gcfmb2k7
name: flyte-admin-config-k7f4k7g76c
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -10324,7 +10325,7 @@ spec:
- emptyDir: {}
name: shared-data
- configMap:
name: flyte-admin-config-c4gcfmb2k7
name: flyte-admin-config-k7f4k7g76c
name: config-volume
- name: db-pass
secret:
Expand Down Expand Up @@ -10659,7 +10660,7 @@ spec:
name: clusterresource-template-tkdkkt4cb5
name: resource-templates
- configMap:
name: flyte-admin-config-c4gcfmb2k7
name: flyte-admin-config-k7f4k7g76c
name: config-volume
- name: db-pass
secret:
Expand Down
7 changes: 4 additions & 3 deletions deployment/test/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -515,11 +515,12 @@ data:
storage: 5Mi
limits:
cpu: 2
memory: 2G
memory: 8Gi
storage: 20Mi
gpu: 1
kind: ConfigMap
metadata:
name: flyte-admin-config-c4gcfmb2k7
name: flyte-admin-config-k7f4k7g76c
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -1021,7 +1022,7 @@ spec:
- emptyDir: {}
name: shared-data
- configMap:
name: flyte-admin-config-c4gcfmb2k7
name: flyte-admin-config-k7f4k7g76c
name: config-volume
- name: db-pass
secret:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ task_resources:
storage: 5Mi
limits:
cpu: 2
memory: 2G
memory: 8Gi
storage: 20Mi
gpu: 1
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ task_resources:
storage: 1000Mi
limits:
cpu: 2
memory: 2G
memory: 8Gi
storage: 2000Mi
gpu: 1
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ task_resources:
storage: 1000Mi
limits:
cpu: 2
memory: 2G
memory: 8Gi
storage: 2000Mi
gpu: 1
2 changes: 1 addition & 1 deletion rsts/administrator/faq/gcp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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 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
..
Expand Down

0 comments on commit fbe7e68

Please sign in to comment.