Antoine Legrand

Results 11 issues of Antoine Legrand

I haven't found examples nor a way to easily remove a field from an object. I can eventually iterate over all key and skip the one I want to remove...

enhancement

Do you think it will be possible to use `importstr` with variable? e.g: ``` yaml { files: [ { file: filepath, content: importstr filepath } for filepath in ['a.txt', 'b.txt',...

enhancement

Google returns a refresh token only if the access_type is set as 'offline'. I've made it the default behavior but can change it.

Would be nice to manage kapp resources via the kubernetes API. ```yaml $ cat kapp.yaml kind: kapp metadata: name: wordpress-web spec: replicas: 2 containers: - image: wordpress:4 services: - name:...

kind/enhancement
priority/low
kind/discussion

Hi, The reconcilation is stuck because it tries to update the statefulset with forbidden fields. I'm not sure exactly what the operator is trying to reconcile, I guess it's the...

bug

Hi, What's the reason for having this check: ``` if dbIndex > 16 { return nil, fmt.Errorf("Error parsing INFO keyspace") } ```

The expand command directly calls 'kubectl create'. It would be nice for debugging to have an intermediate step

I would like to filter and match 'best' stable version. Current behavior: ``` python versions = [1.0.0, 1.1.0, 1.2.0-pre] s = Spec(">=1.0.0") s.select(versions) Out: Version('1.2.0-pre') ``` I would expect pre-releases...

Type:NewFeature
Status:DiscussionNeeded
Topic:API

**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: - The CI VMs are requesting more resources than they are using. It's...

cncf-cla: yes
size/XL
approved
kind/cleanup
release-note-none
ci-extended

### What would you like to be added Weave is now archived and weavework sadly closed doors. I suggest to remove official support for it. 1. It increase maintenance 2....

kind/feature