Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "kubeletconfig --cluster={NAME|ID|EXTERNAL_ID} --pod-pids-limit=N", Aliases: []string{"kubelet-config"}, Short: "Create a custom kubeletconfig for a cluster", Long: "Create a custom kubeletconfig for a cluster.", Example: ` # Create a kubeletconfig with a pod-pids-limit of 5000 for cluster 'mycluster' ocm create kubeletconfig --cluster=mycluster --pod-pids-limit=5000`, RunE: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.