Matias Manavella
Matias Manavella
@MikaelSmith Great, thank you! I will think about it
@markpundsack Hi! I've create a beta CRD for support bundle. I want to have your opinion bf working further on it. Is this what you had in mind? I used...
@markpundsack @divolgin It sounds interesting. I think K8s recommends for CRDs to use secrets for sensitive data. I can think in a couple of things: - trying to use [EncryptionConfiguration](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/#understanding-the-encryption-at-rest-configuration)...
@markpundsack Hi mark! I think the CRD's are already defined [here](https://github.com/replicatedhq/troubleshoot/tree/master/config/crds). The CRDs there are similar to the ones I was working on, and allow the definition of kinds supportbundle,...
I could work on a new feature to parse the specs from a supportbundle or a preflight definition in the cluster.
Do you receive this error? ```bash $kubectl preflight example_preflight.yml Error: insufficient permissions to run all collectors ```
Yes, I think that's the reason. If you look the line in the link, before entering the collection phase, preflight (and also support bundle) checks if there was any permission...
I was thinking, the flag's initial value depends on the desired default behavior, which I assumed would be to ignore rbac errors. If that were not the case, it should...
@marccampbell Morning Marc, please tell me if you still get that error if you run: `kubectl preflight your_preflight_file.yml --collect-without-permissions=true`. You should get a warning `* cannot collect cluster-resources: action "list"...
@marccampbell Okey I think I got it now, I will figure out a way to solve this and make a new commit