-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
I tried using the Kubernetes API python to execute the kubect apply
command to deploy and update resources
the kubectl command is as follows:
kubectl apply -f export
export
is a folder
containing multiple yaml files
, which is generated by kompose convert -o export
I only found an alternative API for kubectl create
, but I didn't find apply
How do I implement kubectl apply
to create
resources and possible subsequent updates
If you know, please let me know. thank you in advance!
vishnu667, solarmosaic-kflorence, tomskikh, Jieay, AlexandreBrown and 4 more
Metadata
Metadata
Assignees
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.