Airgapped: envoy gets stuck installing with Failed to resolve 'raw.githubusercontent.com'
attempting to download relation schema
#98
Labels
bug
Something isn't working
Bug Description
When deploying CKF 1.8/stable on airgapped, the
envoy
charm gets stuck inmaintenance
with the unit message being(leader-elected) installing charm software
.In the relevant logs, it is observed that envoy charm is trying to download the shcema for the
grpc
relation.Looking at the metadata.yaml, the relation is defined as follows:
Indeed we are using a remote reference for the schema, this is a blocker for deploying envoy in airgapped.
The same applies for the
grpc-web
relation.To fix this, we can define the schema in the metadata.yaml and have the url set in the
__schema_source
attribute for reference.This was reported in canonical/bundle-kubeflow#818, see point
1.
.To Reproduce
Deploy envoy 2.0/stable in airgapped
Environment
microk8s 1.25-strict/stable
juju 3.1/stable
Relevant Log Output
Additional Context
No response
The text was updated successfully, but these errors were encountered: