Skip to content

Startx Quotas (sxquotas)

release last commit Doc

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

Getting started

  • Install the sxquotas binary
  • Test it with sxquotas version
  • Log into a kubernetes cluster kubectl login ...
  • using the sxquotas binary
  • Create a new quotas based on the default template sxquotas create myquotas
  • Get your quotas to see the changes kubectl get resourcequotas myquotas -o yaml
  • Resize the quotas definitions sxquotas resize myquotas 3
  • Get your quotas to see the changes kubectl get resourcequotas myquotas -o yaml
  • Adjust the quotas definitions sxquotas adjust myquotas
  • Get your quotas to see the changes kubectl get resourcequotas myquotas -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.