Skip to content

Startx LimitRange (sxlimits)

release last commit Doc

The sxlimits command line can interact with a kubernetes cluster and allow operations on the LimitRanges resources like resize or adjust to update the spec.hard values.

Getting started

  • Install the sxlimits binary
  • Test it with sxlimits version
  • Log into a kubernetes cluster kubectl login ...
  • using the sxlimits binary
  • Create a new limitRange based on the default template sxlimits create mylimits
  • Get your limitRange to see the changes kubectl get limitrange mylimits -o yaml
  • Resize the limitRange definitions sxlimits resize mylimits 3
  • Get your limitRange to see the changes kubectl get limitrange mylimits -o yaml
  • Adjust the limitRange definitions sxlimits adjust mylimits
  • Get your limitRange to see the changes kubectl get limitrange mylimits -o yaml

Contributing

You can help us by contributing to the project.

Troubleshooting

See the troubleshooting guide for common issues and fixes.

History and releases

Read history traceback for more information on change and released version.