Antoine Legrand

Results 151 comments of Antoine Legrand

Any technical reason for `importstr` to not allow import variable ? I understand for `import`, but I think imporstr is a little different, it's equivalent to do an `file.open(filepath)` in...

Thank you for the detailed explanation . > we won't be getting it back again What about an explicit keyword or function to express it? like: importFrom(expression) , this way...

I'm closing it, I've been able to do it easily via a native extension. Thank you.

@sparkprime the approach of giving the files in the command line ? It would not solve my initial usecase. I'm packaging all together kubernetes resources, import the json/yaml and perfom...

> but doesn't let jsonnet jump around the whole filesystem How this would be different in term of Hermiticity ?

Hi, The `tectonic-monitoring-auth-grafana` svc should be created or recreated automatically if deleted by the tectonic-prometheus-operator. Looks like it failed to create it in your cluster, could provide the log of...

Hi all, The background is that kubespray started with Kubernetes 1.0, so there was little around to help the community. The community CI used to be Travis-CI. Unfortunately, kubespray was...

>What if we ran a build cluster on equinix w/ kubevirt? Would the kubespray team be up for maintaining this? I think prow as-is can handle scheduling to a cluster...

Yes, it's probably the matchLabels ``` * spec: Forbidden: updates to statefulset spec for fields other than: 'replicas', 'ordinals', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden ``` when trying to...