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