George Brighton
George Brighton
@r0bj The more-flexible list generator in v0.2 gets us a lot closer. We'd still be missing the `metadata.labels.*` and `metadata.annotations.*` attributes pulled from cluster secrets. I think this PR still...
@r0bj I prefer this, however I don't think it allows selecting the local cluster without selecting all others.
The issue is that [_any_](https://github.com/argoproj-labs/applicationset/blob/c31a9ba2da1d595b094491cc9ed67e551531984e/pkg/generators/cluster.go#L72-L74) selectors causes the local cluster to be excluded. There is a workaround by creating a secret for the local cluster, however my understanding is this...
Hi @johnnybubonic, I have no need for in-band access I'm afraid, but happy to advise on a PR. For Supermicro specifically, SUM might be able to activate the license locally....
Unfortunately this would be a breaking change, as many BMCs do not support more than one proposal.
We could implement `Get Channel Cipher Suites`, and pick the strongest suit possible. If the command is not supported, we fall back on suite 3. ``` $ ipmitool ... channel...
Hi @wargebitebane, congrats on your first issue! You should be able to find the intrusion status and presence of a power fault from the `Get Chassis Status` output (`.Intrusion` and...
On the contrary, it does introduce another name into the scope.
Needs to return the same type for `Dial()` and `NewSession()`
If a non-zero completion code is returned, do we want to even attempt to decode lower layers? Probably not.