strong-jelly-30852
12/16/2022, 10:35 AMstorage.type: custom
and storage.custom: {}
to make Stow use Azure Blob Storage (non-S3 compatible). Does anyone have an example of using storage.type: custom
correctly?incalculable-zebra-90365
12/16/2022, 10:55 AMstorage:
type: custom
bucketName: "<CONTAINER_NAME>"
custom:
container: "<CONTAINER_NAME>"
enable-multicontainer: true
connection: {}
type: stow
stow:
kind: azure
config:
account: "<STORAGE_ACCOUNT_NAME>"
key: "<STORAGE_ACCOUNT_KEY>"
incalculable-zebra-90365
12/16/2022, 10:55 AMstrong-jelly-30852
12/16/2022, 11:18 AMcontainer: "<CONTAINER_NAME>"
enable-multicontainer: true
connection: {}
They made the deployment progress πfreezing-airport-6809
freezing-airport-6809
incalculable-zebra-90365
12/19/2022, 7:58 AMworried-sandwich-38800
12/19/2022, 12:15 PMvalues.yaml
for AKS. I tried (to the best of my ability) to adopt values-eks.yaml
to Azure, but now I am stuck again, facing an issue where gRPC connections are forcely closed, like described here. I use an nginx ingress controller, but issuing flytectl get projects --admin.insecureSkipVerify --logger.level=10
yields me with a {"json":{"src":"client.go:183"},"level":"error","msg":"failed to initialize token source provider. Err: failed to fetch auth metadata. Error: rpc error: code = Unavailable desc = connection closed","ts":"2022-12-19T13:08:42+01:00"}
π
Any ideas what could be the cause, @incalculable-zebra-90365?worried-sandwich-38800
12/19/2022, 12:28 PMinsecureSkipVerify: true
in config.yaml
seems to have solved it for now.incalculable-zebra-90365
12/19/2022, 12:30 PMvalues.yaml
of our complete setup a bit later this afternoon, will take a bit to put together since we use some extra templating on top of the public helm chart. will let you know @worried-sandwich-38800worried-sandwich-38800
12/19/2022, 12:46 PMfreezing-airport-6809
incalculable-zebra-90365
12/19/2022, 4:03 PMincalculable-zebra-90365
12/19/2022, 4:21 PMworried-sandwich-38800
12/20/2022, 8:40 AMincalculable-zebra-90365
12/20/2022, 4:36 PM/
in the filenames, they have two spaces now to show a folder/file structureincalculable-zebra-90365
12/20/2022, 4:37 PMvalues.yaml
in that gist is used to overwrite the default values.yaml
from flyte's helm chart. we have modified the chart a bit to our needs (e.g. adding imagepullsecrets since we're using private-built flyte images), I've tried to include everything that's relevant in that gist as wellincalculable-zebra-90365
12/20/2022, 4:39 PMincalculable-zebra-90365
12/20/2022, 4:49 PMIngressRoute
, but that still allows us to connect to our clusters via SSL without having to set insecureSkipVerify: true
. example flytectl config:
admin:
# For GRPC endpoints you might want to use dns:///flyte.myexample.com
endpoint: dns:///<FLYTE_FQDN>
authType: Pkce
insecure: false
logger:
show-source: true
level: 0
incalculable-zebra-90365
12/20/2022, 4:51 PMvictorious-kilobyte-69570
01/19/2023, 8:52 AMincalculable-zebra-90365
01/19/2023, 8:53 AMvictorious-kilobyte-69570
01/19/2023, 8:54 AMincalculable-zebra-90365
01/19/2023, 8:55 AMvictorious-kilobyte-69570
01/19/2023, 8:55 AMfreezing-airport-6809
victorious-kilobyte-69570
01/19/2023, 6:39 PMbroad-monitor-993
01/19/2023, 7:32 PMvictorious-kilobyte-69570
01/20/2023, 5:49 AMlate-engineer-63787
08/01/2023, 2:30 PM