You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubectl-sql support resource paths that include lists by using the list index as a field key.
# Get the memory request for the first container.
kubectl-sql --all-namespaces "select * from pods where spec.containers[1].resources.requests.memory = 200Mi"