-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Open
Copy link
Labels
declarativeenhancementNew feature or requestNew feature or requestmedium-priorityThis item should be addressed in the medium term time frameThis item should be addressed in the medium term time frametriagedThis item has been triagedThis item has been triaged
Description
Following the same pattern as:
kongctl apply -f <inputs># create or updatekongctl sync -f <inputs># create update or deletekongctl delete -f <inputs># delete
Add a command to create resources without first checking state.
kongctl create -f <inputs>
This will perform a best effort attempt to create all the input resources with the following caveats:
- It will not first check existing state
- It will not update existing resources
- If a create (
POST) fails, it will warn and continue with the input resource set - It will create children of parents even if they already exist and the create fails for the parent
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
declarativeenhancementNew feature or requestNew feature or requestmedium-priorityThis item should be addressed in the medium term time frameThis item should be addressed in the medium term time frametriagedThis item has been triagedThis item has been triaged