Created
May 23, 2026 22:27
-
-
Save YurgenUA/708ffbd93d54765985a47e15a25e7c23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % kubectl rollout status daemonset falco -n falco | |
| daemon set "falco" successfully rolled out | |
| % kubectl get pods -n falco | |
| NAME READY STATUS RESTARTS AGE | |
| falco-jxmvz 2/2 Running 0 31s | |
| falco-x8b4l 2/2 Running 0 31s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment