kubernetes Create a resource from a file or from stdin

nioh

New Member
Joined
Nov 24, 2021
Messages
2
Reaction score
0
Credits
34
Create a resource from a file or from stdin.

JSON and YAML formats are accepted.

Usage​

$ kubectl create -f FILENAME

Flags​

NameShorthandDefaultUsage
allow-missing-template-keystrueIf true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats.
dry-runnoneMust be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it. If server strategy, submit server-side request without persisting the resource.
editfalseEdit the API resource before creating
field-managerkubectl-createName of the manager used to track field ownership.
filenamef[]Filename, directory, or URL to files to use to create the resource
kustomizekProcess the kustomization directory. This flag can't be used together with -f or -R.
outputoOutput format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
rawRaw URI to POST to the server. Uses the transport specified by the kubeconfig file.
recordfalseRecord current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists.
recursiveRfalseProcess the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory.
save-configfalseIf true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future.
selectorlSelector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2)
show-managed-fieldsfalseIf true, keep the managedFields when printing objects in JSON or YAML format.
templateTemplate string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
validatetrueIf true, use a schema to validate the input before sending it
windows-line-endingsfalseOnly relevant if --edit=true. Defaults to the line ending native to your platform.
 


I've moved this to off-topic and will keep an eye on it.

It doesn't appear to be asking for help of any kind and isn't sharing any data you can't just look up.
 

Members online


Latest posts

Top