Last updated May 30th, 2022.
ou can find here some details on the APIs: the one we expose on OVHcloud and the configuration of Kubernetes APIs on OVHcloud Managed Kubernetes clusters.
OVHcloud API
We have added a Kubernetes section to the OVHcloud API.
Using it allows you to add and remove nodes, update and reset your clusters or get kubectl
configuration.
If you have never used the OVHcloud API, you can learn the basics in First steps with the OVHcloud API.
Kubernetes configuration
API
Admission plugins (defaults are not listed here):
AlwaysPullImages
: Forces every new pod to pull the required images each time. In a multi-tenant cluster users can be assured that their private images can only be used by those who have the credentials to pull them.NodeRestriction
: Ensure that the kubelet is restricted to the Node and Pod objects that it could modify as defined. Such kubelets will only be allowed to modify their own NodeAPI object and PodAPI objects that are bound to their node.
Authorization modes:
- Node: Authorise API requests made by Kubelets.
- RBAC: Role-based access control is a method of regulating access to computer or network resources based on the roles of individual users within an organisation.
Feature gates:
TTLAfterFinished
: Allow a TTL controller to clean up resources after they finish execution.
Kubelet
protect-kernel-defaults
: Protect tuned kernel parameters from overriding kubelet default kernel parameter values.
Cette documentation vous a-t-elle été utile ?
N’hésitez pas à nous proposer des suggestions d’amélioration afin de faire évoluer cette documentation.
Images, contenu, structure… N’hésitez pas à nous dire pourquoi afin de la faire évoluer ensemble !
Vos demandes d’assistance ne seront pas traitées par ce formulaire. Pour cela, utilisez le formulaire "Créer un ticket" .
Merci beaucoup pour votre aide ! Vos retours seront étudiés au plus vite par nos équipes..