Joshua Akers
Joshua Akers
Is there a way to verify host fingerprints before connecting? I can see the output for host fingerprint when connecting, but I don't know how to programmatically access it or...
In iOS I get a response like this: ` \^[]0;pi@raspberrypi: ~\^G\^[[01;32mpi@raspberrypi\^[[00m:\^[[01;34` In Android I see this: ` ]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~ $[00m ll` It looks like the encoded characters in Android are...
There probably needs to be a conditional that only sets the state to error if the return code is not 0. https://github.com/headlamp-k8s/headlamp/blob/7d25e012ea6f5dacde0a8ad746ea2d9349eec674/frontend/src/components/common/Resource/Resource.tsx#L679
When restarting a deployment or statefulset, a user only needs update or patch permission. The apply function tries a POST first, which does a create operation and fails if users...