content large_stringlengths 3 20.5k | url large_stringlengths 54 193 | branch large_stringclasses 4
values | source large_stringclasses 42
values | embeddings listlengths 384 384 | score float64 -0.21 0.65 |
|---|---|---|---|---|---|
Represents one or more infrastructure resources, such as {{< glossary\_tooltip text="devices" term\_id="device" >}}, that are attached to nodes. Drivers create and manage ResourceSlices in the cluster. ResourceSlices are used for [dynamic resource allocation (DRA)](/docs/concepts/scheduling-eviction/dynamic-resource-al... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/resourceslice.md | main | kubernetes | [
-0.04605624079704285,
0.034097474068403244,
0.03742090240120888,
0.035546381026506424,
0.009097361005842686,
-0.022379731759428978,
0.07227928936481476,
-0.0355050265789032,
0.11596354842185974,
0.0002693877904675901,
-0.010961891151964664,
-0.016055399551987648,
0.012006265111267567,
-0.0... | 0.240193 |
An API object that defines a template for creating {{< glossary\_tooltip text="Pods" term\_id="pod" >}}. The PodTemplate API is also embedded in API definitions for workload management, such as {{< glossary\_tooltip text="Deployment" term\_id="deployment" >}} or {{< glossary\_tooltip text="StatefulSets" term\_id="State... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/pod-template.md | main | kubernetes | [
-0.06859862059354782,
-0.010425178334116936,
0.049305692315101624,
0.01884985901415348,
-0.045455340296030045,
-0.000953224312979728,
0.07262857258319855,
-0.041428547352552414,
0.06814810633659363,
0.01743202842772007,
-0.014468101784586906,
-0.06250450760126114,
-0.00823117233812809,
-0.... | 0.120517 |
In Kubernetes, controllers are control loops that watch the state of your {{< glossary\_tooltip term\_id="cluster" text="cluster">}}, then make or request changes where needed. Each controller tries to move the current cluster state closer to the desired state. Controllers watch the shared state of your cluster through... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/controller.md | main | kubernetes | [
-0.026607206091284752,
-0.07060755044221878,
-0.01273797545582056,
-0.0021373301278799772,
-0.040344081819057465,
0.006270950194448233,
0.027860421687364578,
-0.04233444482088089,
0.1604941338300705,
0.07451601326465607,
0.04021551087498665,
-0.031072504818439484,
0.005311753135174513,
-0.... | 0.132302 |
Capabilities provided to one or more {{< glossary\_tooltip text="nodes" term\_id="node" >}} (CPU, memory, GPUs, etc), and made available for consumption by {{< glossary\_tooltip text="Pods" term\_id="pod" >}} running on those nodes. Kubernetes also uses the term \_resource\_ to describe an {{< glossary\_tooltip text="A... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/infrastructure-resource.md | main | kubernetes | [
-0.013536528684198856,
0.0061510903760790825,
0.016989702358841896,
0.015469731763005257,
-0.033962737768888474,
-0.045064982026815414,
0.06337186694145203,
-0.00850943848490715,
0.07354752719402313,
0.0124214394018054,
-0.049527041614055634,
-0.05026140436530113,
-0.001999490661546588,
-0... | 0.206765 |
Garbage collection is a collective term for the various mechanisms Kubernetes uses to clean up cluster resources. Kubernetes uses garbage collection to clean up resources like [unused containers and images](/docs/concepts/architecture/garbage-collection/#containers-images), [failed Pods](/docs/concepts/workloads/pods/p... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/garbage-collection.md | main | kubernetes | [
0.041563279926776886,
0.04485944285988808,
0.012136627919971943,
0.018604332581162453,
0.004070311319082975,
-0.02242257259786129,
0.035555750131607056,
-0.02937890961766243,
0.1420614868402481,
0.00414241710677743,
0.039646077901124954,
0.00972614623606205,
-0.0016014999710023403,
-0.0134... | 0.255627 |
Allows users to request automatic creation of storage {{< glossary\_tooltip text="Volumes" term\_id="volume" >}}. Dynamic provisioning eliminates the need for cluster administrators to pre-provision storage. Instead, it automatically provisions storage by user request. Dynamic volume provisioning is based on an API obj... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/dynamic-volume-provisioning.md | main | kubernetes | [
-0.09348814934492111,
-0.004305222537368536,
0.033680129796266556,
0.06060919910669327,
-0.08876392245292664,
0.0025532464496791363,
0.08333208411931992,
-0.017240609973669052,
0.027093371376395226,
0.015663491562008858,
-0.01672385074198246,
-0.03033207356929779,
0.0198307354003191,
-0.00... | -0.007107 |
cAdvisor (Container Advisor) provides container users an understanding of the {{< glossary\_tooltip text="resource" term\_id="infrastructure-resource" >}} usage and performance characteristics of their running {{< glossary\_tooltip text="containers" term\_id="container" >}}. It is a running daemon that collects, aggreg... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/cadvisor.md | main | kubernetes | [
-0.02949909307062626,
0.05309762805700302,
-0.0613274946808815,
-0.012089616619050503,
0.06462236493825912,
-0.12373623251914978,
0.06546741724014282,
0.011459534987807274,
-0.01735854707658291,
-0.003429040778428316,
-0.02132648415863514,
-0.026067659258842468,
-0.002841175999492407,
-0.0... | 0.226082 |
An entity in the Kubernetes system. An object is an {{< glossary\_tooltip text="API resource" term\_id="api-resource" >}} that the Kubernetes API uses to represent the state of your cluster. A Kubernetes object is typically a “record of intent”—once you create the object, the Kubernetes {{< glossary\_tooltip text="cont... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/object.md | main | kubernetes | [
-0.032086409628391266,
-0.0126311294734478,
0.01824399270117283,
0.06190215423703194,
-0.05851292237639427,
0.008424284867942333,
0.07267126441001892,
-0.08240923285484314,
0.12688343226909637,
0.03923943266272545,
-0.054540712386369705,
-0.08414814621210098,
-0.012617322616279125,
-0.0323... | 0.177644 |
A {{< glossary\_tooltip term\_id="container" >}} type that you can temporarily run inside a {{< glossary\_tooltip term\_id="pod" >}}. If you want to investigate a Pod that's running with problems, you can add an ephemeral container to that Pod and carry out diagnostics. Ephemeral containers have no {{< glossary\_toolti... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/ephemeral-container.md | main | kubernetes | [
-0.05198447406291962,
0.028456911444664,
0.09816623479127884,
0.02922176755964756,
-0.018207531422376633,
-0.05732553079724312,
0.07383084297180176,
-0.05830920860171318,
0.010443502105772495,
0.00581092294305563,
-0.02027382329106331,
-0.0560387521982193,
-0.036678068339824677,
-0.0203047... | 0.017522 |
Defines a template that Kubernetes uses to create {{< glossary\_tooltip text="ResourceClaims" term\_id="resourceclaim" >}}. ResourceClaimTemplates are used in [dynamic resource allocation (DRA)](/docs/concepts/scheduling-eviction/dynamic-resource-allocation/) to provide \_per-Pod access to separate, similar resources\_... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/resourceclaimtemplate.md | main | kubernetes | [
-0.07862948626279831,
0.06846626847982407,
0.067545585334301,
0.0037166974507272243,
0.001906237448565662,
0.01501743495464325,
0.04869568720459938,
-0.06711620092391968,
0.15987466275691986,
0.022134527564048767,
-0.04555652663111687,
-0.010977551341056824,
-0.05005932226777077,
0.0083403... | 0.192451 |
Finalizers are namespaced keys that tell Kubernetes to wait until specific conditions are met before it fully deletes {{< glossary\_tooltip text="resources" term\_id="api-resource" >}} that are marked for deletion. Finalizers alert {{}} to clean up resources the deleted object owned. When you tell Kubernetes to delete ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/finalizer.md | main | kubernetes | [
-0.025186697021126747,
0.03057950548827648,
0.07547036558389664,
-0.0019926822278648615,
0.007789747789502144,
-0.041198354214429855,
0.07144080102443695,
-0.09589211642742157,
0.14880557358264923,
0.05450074374675751,
0.006701060105115175,
-0.017751896753907204,
-0.023660050705075264,
-0.... | 0.100698 |
Manages the deployment and scaling of a set of {{< glossary\_tooltip text="Pods" term\_id="pod" >}}, \*and provides guarantees about the ordering and uniqueness\* of these Pods. Like a {{< glossary\_tooltip term\_id="deployment" >}}, a StatefulSet manages Pods that are based on an identical container spec. Unlike a Dep... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/statefulset.md | main | kubernetes | [
-0.05129699036478996,
0.0018242282094433904,
0.057566478848457336,
0.04532577842473984,
-0.04198836535215378,
-0.027715420350432396,
0.055729106068611145,
-0.028966162353754044,
0.044982049614191055,
0.009393172338604927,
-0.0034623544197529554,
-0.012562391348183155,
0.034230995923280716,
... | 0.108468 |
One or more initialization {{< glossary\_tooltip text="containers" term\_id="container" >}} that must run to completion before any app containers run. Initialization (init) containers are like regular app containers, with one difference: init containers must run to completion before any app containers can start. Init c... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/init-container.md | main | kubernetes | [
-0.022437207400798798,
0.01887553557753563,
0.1076696440577507,
-0.0002095054223900661,
0.008223041892051697,
-0.04764115437865257,
0.0481354221701622,
-0.04408808425068855,
0.0087262699380517,
-0.007095574401319027,
0.03939962759613991,
0.009512579999864101,
-0.049748338758945465,
-0.0443... | 0.031589 |
A Kubernetes {{< glossary\_tooltip text="object" term\_id="object" >}} that describes state changes or notable occurrences in the cluster. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given reason reflecting a consi... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/event.md | main | kubernetes | [
-0.006826315075159073,
0.04020524024963379,
0.07489269971847534,
0.05677030608057976,
0.0629904642701149,
0.0018589547835290432,
0.055777937173843384,
-0.07738316804170609,
0.16737689077854156,
0.05087362602353096,
-0.006113903596997261,
-0.06038041412830353,
-0.04808838292956352,
-0.01405... | 0.201394 |
API-initiated eviction is the process by which you use the [Eviction API](/docs/reference/generated/kubernetes-api/{{}}/#create-eviction-pod-v1-core) to create an `Eviction` object that triggers graceful pod termination. You can request eviction either by directly calling the Eviction API using a client of the kube-api... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/api-eviction.md | main | kubernetes | [
0.019355533644557,
0.0721481591463089,
0.07402735948562622,
-0.0003485324268694967,
-0.00028622429817914963,
-0.04955796152353287,
-0.07289055734872818,
-0.02696479856967926,
0.11010093241930008,
0.041265103965997696,
0.002383910119533539,
-0.005825744476169348,
-0.021836109459400177,
-0.0... | 0.118705 |
A method for exposing a network application that is running as one or more {{< glossary\_tooltip text="Pods" term\_id="pod" >}} in your cluster. The set of Pods targeted by a Service is (usually) determined by a {{< glossary\_tooltip text="selector" term\_id="selector" >}}. If more Pods are added or removed, the set of... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/service.md | main | kubernetes | [
-0.02150808461010456,
-0.054413292557001114,
0.046680908650159836,
-0.02269109897315502,
-0.054478198289871216,
0.00007603430276503786,
0.022688910365104675,
-0.03031395748257637,
0.11272703856229782,
0.01352451927959919,
-0.020321208983659744,
-0.032473448663949966,
-0.010025149211287498,
... | 0.27972 |
Defines how each object, like Pods or Services, should be configured and its desired state. Almost every Kubernetes object includes two nested object fields that govern the object's configuration: the object spec and the object status. For objects that have a spec, you have to set this when you create the object, provi... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/spec.md | main | kubernetes | [
-0.029448457062244415,
0.027474625036120415,
0.03440020605921745,
0.020234256982803345,
-0.06901615113019943,
-0.013120928779244423,
0.03619766607880592,
-0.03832634165883064,
0.05600965768098831,
0.03232806175947189,
-0.0684937834739685,
-0.09584499150514603,
-0.025510262697935104,
-0.021... | 0.170114 |
Manages authorization decisions, allowing admins to dynamically configure access policies through the {{< glossary\_tooltip text="Kubernetes API" term\_id="kubernetes-api" >}}. RBAC utilizes four kinds of Kubernetes objects: Role : Defines permission rules in a specific namespace. ClusterRole : Defines permission rules... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/rbac.md | main | kubernetes | [
-0.035237327218055725,
-0.013597388751804829,
-0.06195218116044998,
0.02238268032670021,
-0.06315729767084122,
0.015721799805760384,
0.08726784586906433,
-0.05440370738506317,
0.018373265862464905,
0.018433814868330956,
-0.03691494092345238,
0.006834858097136021,
0.011572543531656265,
0.01... | 0.180115 |
In Kubernetes, \_affinity\_ is a set of rules that give hints to the scheduler about where to place pods. There are two kinds of affinity: \* [node affinity](/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity) \* [pod-to-pod affinity](/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/affinity.md | main | kubernetes | [
-0.06792307645082474,
0.0259389691054821,
0.06439545005559921,
0.03774932026863098,
-0.007900312542915344,
-0.010602964088320732,
0.09389388561248779,
-0.07096967101097107,
0.07583615928888321,
-0.00808700267225504,
-0.007628399878740311,
-0.0630778893828392,
-0.02065856382250786,
-0.01422... | 0.148047 |
A copy or duplicate of a {{< glossary\_tooltip text="Pod" term\_id="pod" >}} or a set of pods. Replicas ensure high availability, scalability, and fault tolerance by maintaining multiple identical instances of a pod. Replicas are commonly used in Kubernetes to achieve the desired application state and reliability. They... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/replica.md | main | kubernetes | [
-0.04286910220980644,
-0.008101646788418293,
0.022169174626469612,
0.010664124973118305,
-0.022948140278458595,
-0.014215972274541855,
0.019239600747823715,
-0.016928639262914658,
0.09604011476039886,
0.04728096351027489,
-0.007342477794736624,
0.013398174196481705,
0.0454525463283062,
-0.... | 0.330252 |
A Kubernetes {{< glossary\_tooltip text="control plane" term\_id="control-plane" >}} component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that on... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/cloud-controller-manager.md | main | kubernetes | [
0.011381206102669239,
-0.04633501544594765,
0.030730580911040306,
0.05164983496069908,
0.05384514480829239,
0.07830024510622025,
0.010803980752825737,
-0.06019357964396477,
0.12374311685562134,
0.10742129385471344,
0.024737730622291565,
0.014936846680939198,
-0.022344272583723068,
-0.07986... | 0.178451 |
Means of representing specific Kubernetes APIs uniquely. Group Version Resources (GVRs) specify the API group, API version, and \_resource\_ (name for the object kind as it appears in the URI) associated with accessing a particular id of object in Kubernetes. GVRs let you define and distinguish different Kubernetes obj... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/group-version-resource.md | main | kubernetes | [
-0.07737048715353012,
0.0024383149575442076,
0.0422447994351387,
-0.011813118122518063,
0.012463978491723537,
-0.013650395907461643,
0.0702563226222992,
-0.09170442819595337,
0.1407676339149475,
-0.028439663350582123,
-0.007897531613707542,
-0.045068468898534775,
-0.02573287859559059,
-0.0... | 0.12519 |
In computing, a proxy is a server that acts as an intermediary for a remote service. A client interacts with the proxy; the proxy copies the client's data to the actual server; the actual server replies to the proxy; the proxy sends the actual server's reply to the client. [kube-proxy](/docs/reference/command-line-tool... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/proxy.md | main | kubernetes | [
-0.008725810796022415,
-0.011904550716280937,
0.019604377448558807,
-0.017137929797172546,
-0.09716732800006866,
-0.01845397800207138,
0.01501467451453209,
-0.033461883664131165,
0.07153958082199097,
0.03763505443930626,
-0.09821692109107971,
-0.013753997161984444,
0.02377282828092575,
-0.... | 0.218502 |
Application containers (or app containers) are the {{< glossary\_tooltip text="containers" term\_id="container" >}} in a {{< glossary\_tooltip text="pod" term\_id="pod" >}} that are started after any {{< glossary\_tooltip text="init containers" term\_id="init-container" >}} have completed. An init container lets you se... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/app-container.md | main | kubernetes | [
-0.04357023164629936,
0.038366224616765976,
0.07477979362010956,
0.0012866138713434339,
0.01212256494909525,
-0.05742686986923218,
0.07796340435743332,
-0.011897201649844646,
0.029765302315354347,
-0.004531278274953365,
0.00863735843449831,
-0.004991786554455757,
-0.030340371653437614,
-0.... | 0.051682 |
A string value representing an amount of time. The format of a (Kubernetes) duration is based on the [`time.Duration`](https://pkg.go.dev/time#Duration) type from the Go programming language. In Kubernetes APIs that use durations, the value is expressed as series of a non-negative integers combined with a time unit suf... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/duration.md | main | kubernetes | [
0.03157167136669159,
0.07745558768510818,
-0.003746011760085821,
-0.03510233387351036,
-0.06854988634586334,
0.03520989790558815,
0.009000242687761784,
0.03819277882575989,
0.15700501203536987,
-0.043429769575595856,
0.02358531765639782,
-0.08699358999729156,
-0.03509267419576645,
0.020299... | 0.18651 |
The Container Storage Interface (CSI) defines a standard interface to expose storage systems to containers. CSI allows vendors to create custom storage plugins for Kubernetes without adding them to the Kubernetes repository (out-of-tree plugins). To use a CSI driver from a storage provider, you must first [deploy it to... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/csi.md | main | kubernetes | [
-0.002293278928846121,
0.01741507090628147,
-0.020230932161211967,
0.02643618918955326,
-0.027332013472914696,
-0.004008766729384661,
0.04119354486465454,
-0.012478597462177277,
0.040319859981536865,
0.0422399528324604,
0.01898999698460102,
-0.05160567909479141,
0.03995567187666893,
0.0210... | 0.190704 |
{{< glossary\_tooltip text="Community members" term\_id="member" >}} who collectively manage an ongoing piece or aspect of the larger Kubernetes open source project. Members within a SIG have a shared interest in advancing a specific area, such as architecture, API machinery, or documentation. SIGs must follow the SIG ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/sig.md | main | kubernetes | [
0.03434662148356438,
-0.031874705106019974,
0.06093154475092888,
0.008503677323460579,
0.014941152185201645,
-0.026493621990084648,
0.053875986486673355,
-0.016659429296851158,
0.08525974303483963,
-0.022005870938301086,
-0.028959058225154877,
-0.0525614395737648,
-0.041229672729969025,
-0... | 0.217055 |
An API object that represents a piece of storage in the cluster. Representation of as a general, pluggable storage {{< glossary\_tooltip text="resource" term\_id="infrastructure-resource" >}} that can persist beyond the lifecycle of any individual {{< glossary\_tooltip text="Pod" term\_id="pod" >}}. PersistentVolumes (... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/persistent-volume.md | main | kubernetes | [
-0.09093903750181198,
-0.01671377755701542,
-0.04807672277092934,
0.06986481696367264,
-0.017987214028835297,
-0.030335411429405212,
0.018190763890743256,
-0.015986349433660507,
0.09959788620471954,
0.02690369077026844,
0.022574247792363167,
0.0075251152738928795,
0.010144034400582314,
0.0... | 0.185338 |
API Priority and Fairness controls the behavior of the Kubernetes API server in an overload situation. You can find more information about it in the [API Priority and Fairness](/docs/concepts/cluster-administration/flow-control/) documentation. ## Diagnostics Every HTTP response from an API server with the priority and... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/debug-cluster/flow-control.md | main | kubernetes | [
-0.026390014216303825,
0.03507952392101288,
0.04588370770215988,
-0.012210071086883545,
-0.016289664432406425,
-0.055936869233846664,
-0.03574840724468231,
-0.016944104805588722,
0.10578638315200806,
0.07428377866744995,
-0.05520697310566902,
-0.07729755342006683,
-0.05406548082828522,
-0.... | 0.091418 |
like this: ```shell kubectl get --raw /debug/api\_priority\_and\_fairness/dump\_requests ``` The output will be in CSV and similar to this: ```none PriorityLevelName, FlowSchemaName, QueueIndex, RequestIndexInQueue, FlowDistingsher, ArriveTime, InitialSeats, FinalSeats, AdditionalLatency, StartTime exempt, exempt, -1, ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/debug-cluster/flow-control.md | main | kubernetes | [
-0.0014230681117624044,
0.07850275188684464,
-0.08668187260627747,
0.00030485016759485006,
-0.025524882599711418,
-0.06463904678821564,
0.016948005184531212,
-0.02532953768968582,
0.11845707148313522,
0.03423083573579788,
-0.0339662991464138,
-0.12870573997497559,
-0.009712408296763897,
-0... | 0.13284 |
This page provides details of version compatibility between the Kubernetes [device plugin API](https://github.com/kubernetes/kubelet/tree/master/pkg/apis/deviceplugin), and different versions of Kubernetes itself. ## Compatibility matrix | | `v1alpha1` | `v1beta1` | |-----------------|-------------|-------------| | Kub... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/device-plugin-api-versions.md | main | kubernetes | [
-0.020174670964479446,
-0.04481498897075653,
0.05275430902838707,
-0.07758054882287979,
0.004252741113305092,
0.005670906510204077,
-0.08785384893417358,
-0.019222289323806763,
0.024656977504491806,
0.0022183777764439583,
0.038034144788980484,
-0.04131051152944565,
-0.03406170755624771,
-0... | 0.078189 |
{{< feature-state feature\_gate\_name="SystemdWatchdog" >}} On Linux nodes, Kubernetes {{< skew currentVersion >}} supports integrating with [systemd](https://systemd.io/) to allow the operating system supervisor to recover a failed kubelet. This integration is not enabled by default. It can be used as an alternative t... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/systemd-watchdog.md | main | kubernetes | [
-0.01111553329974413,
0.024130696430802345,
0.036677394062280655,
-0.028344765305519104,
0.010810283944010735,
0.03253279998898506,
-0.029309077188372612,
-0.006906214635819197,
0.08068101108074188,
0.02152271382510662,
-0.052850332111120224,
0.01512651052325964,
0.012975944206118584,
-0.0... | 0.161152 |
The status of a [node](/docs/concepts/architecture/nodes/) in Kubernetes is a critical aspect of managing a Kubernetes cluster. In this article, we'll cover the basics of monitoring and maintaining node status to ensure a healthy and stable cluster. ## Node status fields A Node's status contains the following informati... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/node-status.md | main | kubernetes | [
0.056050077080726624,
0.028116680681705475,
-0.011011787690222263,
0.011748751625418663,
0.017134595662355423,
-0.013622882775962353,
-0.02141859382390976,
-0.045170366764068604,
0.05495001748204231,
0.06075240299105644,
-0.03509649634361267,
-0.03781329467892647,
-0.013949492946267128,
-0... | 0.221626 |
taint. See [Taint Based Evictions](/docs/concepts/scheduling-eviction/taint-and-toleration/#taint-based-evictions) and [Taint Nodes by Condition](/docs/concepts/scheduling-eviction/taint-and-toleration/#taint-nodes-by-condition) for more details. ## Capacity and Allocatable {#capacity} Describes the resources available... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/node-status.md | main | kubernetes | [
0.036720551550388336,
0.020131658762693405,
-0.04519800469279289,
0.03693666309118271,
0.042161449790000916,
-0.013883783482015133,
-0.006817728281021118,
0.006772435735911131,
0.024984678253531456,
0.016194194555282593,
-0.029472345486283302,
-0.02796291373670101,
-0.011204918846487999,
-... | 0.236856 |
When using the kubelet's `--config-dir` flag to specify a drop-in directory for configuration, there is some specific behavior on how different types are merged. Here are some examples of how different data types behave during configuration merging: ### Structure Fields There are two types of structure fields in a YAML... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/kubelet-config-directory-merging.md | main | kubernetes | [
0.026347637176513672,
0.04122478514909744,
0.051060136407613754,
-0.05334042012691498,
-0.08768773823976517,
-0.031225213780999184,
-0.0004620325635187328,
0.003282004501670599,
0.08308643847703934,
-0.050012875348329544,
0.037046365439891815,
-0.07458002120256424,
0.011572357267141342,
-0... | 0.065056 |
{{% thirdparty-content %}} Many features rely on specific kernel functionalities and have minimum kernel version requirements. However, relying solely on kernel version numbers may not be sufficient for certain operating system distributions, as maintainers for distributions such as RHEL, Ubuntu and SUSE often backport... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/kernel-version-requirements.md | main | kubernetes | [
0.0053762043826282024,
-0.07578083872795105,
-0.04938403144478798,
-0.06635662913322449,
0.10328178107738495,
-0.036572832614183426,
-0.03366825357079506,
0.05850572511553764,
-0.022661639377474785,
-0.01539202407002449,
0.07599268108606339,
-0.016986845061182976,
-0.06791431456804276,
-0.... | 0.157401 |
heading "whatsnext" %}} - See [sysctls](/docs/tasks/administer-cluster/sysctl-cluster/) for more details. - Allow running kube-proxy with in [nftables mode](/docs/reference/networking/virtual-ips/#proxy-mode-nftables). - Read more information in [cgroups v2](/docs/concepts/architecture/cgroups/). | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/kernel-version-requirements.md | main | kubernetes | [
-0.0009893450187519193,
-0.00420448649674654,
-0.02660241536796093,
-0.02502496913075447,
-0.08973151445388794,
0.020042356103658676,
0.0010037686442956328,
-0.034856852144002914,
-0.004432723857462406,
-0.007444245275110006,
-0.0345255583524704,
-0.047419752925634384,
-0.0240472499281168,
... | 0.207572 |
Kubernetes {{< glossary\_tooltip text="nodes" term\_id="node" >}} come pre-populated with a standard set of {{< glossary\_tooltip text="labels" term\_id="label" >}}. You can also set your own labels on nodes, either through the kubelet configuration or using the Kubernetes API. ## Preset labels The preset labels that K... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/node-labels.md | main | kubernetes | [
-0.019705304875969887,
0.033857595175504684,
0.054726142436265945,
-0.016988061368465424,
-0.03798306733369827,
0.026979563757777214,
0.08099190890789032,
-0.06132134050130844,
0.08236537128686905,
-0.017846854403614998,
-0.030632952228188515,
-0.12109817564487457,
-0.03522072359919548,
-0... | 0.072791 |
Seccomp stands for secure computing mode and has been a feature of the Linux kernel since version 2.6.12. It can be used to sandbox the privileges of a process, restricting the calls it is able to make from userspace into the kernel. Kubernetes lets you automatically apply seccomp profiles loaded onto a {{< glossary\_t... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/seccomp.md | main | kubernetes | [
-0.0027168020606040955,
0.03501585125923157,
0.03528760001063347,
-0.012275642715394497,
-0.0007535585900768638,
-0.006358929444104433,
0.10472352057695389,
-0.011638429015874863,
0.04984631389379501,
-0.006862689275294542,
0.03248373419046402,
-0.10515651106834412,
0.0029272129759192467,
... | 0.168737 |
actions like `SCMP\_ACT\_NOTIFY` or `SECCOMP\_RET\_USER\_NOTIF` may be not supported depending on the container runtime, OCI runtime or Linux kernel version being used. There may be also further limitations, for example that `SCMP\_ACT\_NOTIFY` cannot be used as `defaultAction` or for certain syscalls like `write`. All... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/seccomp.md | main | kubernetes | [
-0.04313434660434723,
-0.07039269059896469,
-0.07759347558021545,
-0.019302653148770332,
0.0670868530869484,
-0.026125403121113777,
0.06607165932655334,
0.06180599331855774,
-0.03577060624957085,
0.013099691830575466,
0.02556220255792141,
-0.04555198550224304,
-0.012701041996479034,
0.0459... | 0.288544 |
The {{< glossary\_tooltip text="kubelet" term\_id="kubelet" >}} is mostly a stateless process running on a Kubernetes {{< glossary\_tooltip text="node" term\_id="node" >}}. This document outlines files that kubelet reads and writes. {{< note >}} This document is for informational purpose and not describing any guarante... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/kubelet-files.md | main | kubernetes | [
-0.058858681470155716,
0.036479707807302475,
0.029788369312882423,
-0.009346487931907177,
-0.06743334233760834,
-0.012866465374827385,
0.03914171829819679,
-0.032989080995321274,
0.1283760368824005,
-0.02626907266676426,
-0.008787103928625584,
-0.07433455437421799,
-0.01585537940263748,
-0... | 0.110679 |
resources that have been accepted by the runtime for each pod pod running on the node The files are located within the kubelet base directory (`/var/lib/kubelet` by default on Linux; configurable using `--root-dir`). ### Container runtime Kubelet communicates with the container runtime using socket configured via the c... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/kubelet-files.md | main | kubernetes | [
0.03213227540254593,
0.008290449157357216,
0.012290475890040398,
0.004821960348635912,
-0.040224652737379074,
-0.00939156860113144,
-0.018503785133361816,
0.012805896811187267,
0.10330232232809067,
-0.009654619731009007,
0.013274791650474072,
-0.03578644245862961,
-0.015574643388390541,
-0... | 0.172083 |
{{< feature-state feature\_gate\_name="ContainerCheckpoint" >}} Checkpointing a container is the functionality to create a stateful copy of a running container. Once you have a stateful copy of a container, you could move it to a different computer for debugging or similar purposes. If you move the checkpointed contain... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/kubelet-checkpoint-api.md | main | kubernetes | [
0.014311576262116432,
0.043455056846141815,
-0.04761834442615509,
-0.008688471280038357,
0.10034547746181488,
-0.0556485541164875,
0.026043465360999107,
-0.04123667627573013,
-0.011195019818842411,
-0.010145210660994053,
-0.005782430991530418,
0.06779906898736954,
0.02594084106385708,
-0.0... | 0.072325 |
This is a list of articles and other pages that are either about the Kubernetes' deprecation and removal of \_dockershim\_, or about using CRI-compatible container runtimes, in connection with that removal. ## Kubernetes project \* Kubernetes blog: [Dockershim Removal FAQ](/blog/2020/12/02/dockershim-faq/) (originally ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes.md | main | kubernetes | [
-0.05329035222530365,
0.0678764283657074,
0.09342090785503387,
-0.03111300617456436,
0.0633264109492302,
-0.0006181357894092798,
-0.031785640865564346,
-0.06352078169584274,
0.03616206347942352,
0.03548707440495491,
-0.002687067724764347,
0.037667445838451385,
-0.02761179953813553,
0.00536... | 0.140774 |
To allow Kubernetes workloads to use swap, on a Linux node, you must disable the kubelet's default behavior of failing when swap is detected, and specify memory-swap behavior as `LimitedSwap`: The available choices for swap behavior are: `NoSwap` : (default) Workloads running as Pods on this node do not and cannot use ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/swap-behavior.md | main | kubernetes | [
0.003536291653290391,
0.011398885399103165,
0.06445536762475967,
0.020136181265115738,
-0.055964063853025436,
0.03035997785627842,
-0.0102797606959939,
-0.0027472451329231262,
0.0888541117310524,
0.04135407507419586,
-0.06628130376338959,
0.04313581809401512,
-0.024195559322834015,
-0.0722... | 0.195198 |
This section contains the following reference topics about nodes: \* the kubelet's [checkpoint API](/docs/reference/node/kubelet-checkpoint-api/) \* a list of [Articles on dockershim Removal and on Using CRI-compatible Runtimes](/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes/) \* [Kubelet Device ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/node/_index.md | main | kubernetes | [
-0.02419123612344265,
0.04472331330180168,
0.003101019188761711,
-0.01829659193754196,
0.033047452569007874,
0.013441755436360836,
-0.0053969440050423145,
0.001480640610679984,
0.048352040350437164,
-0.02742072008550167,
0.0010200823890045285,
-0.04871243238449097,
0.006358481477946043,
-0... | 0.195738 |
To report a security issue, please follow the [Kubernetes security disclosure process](/docs/reference/issues-security/security/#report-a-vulnerability). Work on Kubernetes code and public issues are tracked using [GitHub Issues](https://github.com/kubernetes/kubernetes/issues/). \* Official [list of known CVEs](/docs/... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/issues-security/issues.md | main | kubernetes | [
-0.07718038558959961,
0.04583602771162987,
-0.0051770820282399654,
0.008313348516821861,
0.055523574352264404,
0.056115493178367615,
0.018179992213845253,
-0.03246669843792915,
0.046791817992925644,
0.033315468579530716,
0.015141681768000126,
-0.08658338338136673,
0.029593689367175102,
-0.... | 0.109598 |
{{< feature-state for\_k8s\_version="v1.27" state="beta" >}} This is a community maintained list of official CVEs announced by the Kubernetes Security Response Committee. See [Kubernetes Security and Disclosure Information](/docs/reference/issues-security/security/) for more details. The Kubernetes project publishes a ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/issues-security/official-cve-feed.md | main | kubernetes | [
0.006091792602092028,
0.02594097889959812,
-0.033012744039297104,
-0.006089044734835625,
0.04509862884879112,
0.06008537858724594,
-0.09828083962202072,
0.002898933831602335,
0.031013591215014458,
0.024487502872943878,
-0.02890441007912159,
-0.030917076393961906,
-0.02371969260275364,
0.02... | 0.091083 |
This page describes Kubernetes security and disclosure information. ## Security Announcements Join the [kubernetes-security-announce](https://groups.google.com/forum/#!forum/kubernetes-security-announce) group for emails about security and major API announcements. ## Report a Vulnerability We're extremely grateful for ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/issues-security/security.md | main | kubernetes | [
-0.011645644903182983,
0.06845042109489441,
0.01726538874208927,
0.037861328572034836,
-0.006912603508681059,
0.025072336196899414,
-0.017810503020882607,
0.042387235909700394,
0.04689546674489975,
0.05742881819605827,
-0.05733969807624817,
-0.0830824077129364,
0.01585829257965088,
-0.0189... | 0.133226 |
This page contains a list of commonly used `kubectl` commands and flags. {{< note >}} These instructions are for Kubernetes v{{< skew currentVersion >}}. To check the version, use the `kubectl version` command. {{< /note >}} ## Kubectl autocomplete ### BASH ```bash source <(kubectl completion bash) # set up autocomplet... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/quick-reference.md | main | kubernetes | [
0.043268218636512756,
0.010776182636618614,
0.005670685321092606,
-0.053196921944618225,
0.02325473353266716,
0.03996364772319794,
0.03380277380347252,
-0.0365571454167366,
0.03734900429844856,
0.020108142867684364,
-0.039757125079631805,
-0.08402733504772186,
-0.045420192182064056,
0.0125... | 0.095041 |
the recommended way of managing Kubernetes applications on production. See [Kubectl Book](https://kubectl.docs.kubernetes.io). ## Creating objects Kubernetes manifests can be defined in YAML or JSON. The file extension `.yaml`, `.yml`, and `.json` can be used. ```bash kubectl apply -f ./my-manifest.yaml # create resour... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/quick-reference.md | main | kubernetes | [
-0.016166195273399353,
-0.00854169949889183,
0.02431662380695343,
-0.05440300703048706,
-0.023901009932160378,
-0.04648049920797348,
-0.007678350433707237,
0.013489320874214172,
0.06713244318962097,
0.02991716004908085,
-0.030536647886037827,
-0.07103846967220306,
0.015419308096170425,
-0.... | 0.085288 |
logs deploy/my-deployment -c my-container # dump Pod logs for a Deployment (multi-container case) kubectl port-forward svc/my-service 5000 # listen on local port 5000 and forward to port 5000 on Service backend kubectl port-forward svc/my-service 5000:my-service-port # listen on local port 5000 and forward to Service t... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/quick-reference.md | main | kubernetes | [
0.04079142585396767,
0.0011020335368812084,
0.021187996491789818,
-0.013118935748934746,
0.00954512320458889,
-0.06437362730503082,
0.015457983128726482,
-0.012374349869787693,
0.05275093764066696,
0.05729569494724274,
-0.038037803024053574,
-0.08436692506074905,
-0.004918672144412994,
-0.... | 0.112898 |
Kubectl verbosity is controlled with the `-v` or `--v` flags followed by an integer representing the log level. General Kubernetes logging conventions and the associated log levels are described [here](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md). Verbosity | De... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/quick-reference.md | main | kubernetes | [
0.05446876212954521,
0.0077504441142082214,
0.04573964700102806,
0.016272835433483124,
0.005658091977238655,
-0.023880213499069214,
0.0042004454880952835,
-0.02667856216430664,
0.048518553376197815,
0.029366450384259224,
-0.05567043647170067,
-0.11186837404966354,
-0.013384383171796799,
-0... | 0.155784 |
Recommended usage conventions for `kubectl`. ## Using `kubectl` in Reusable Scripts For a stable output in a script: \* Request one of the machine-oriented output forms, such as `-o name`, `-o json`, `-o yaml`, `-o go-template`, or `-o jsonpath`. \* Fully-qualify the version. For example, `jobs.v1.batch/myjob`. This wi... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/conventions.md | main | kubernetes | [
-0.048093147575855255,
0.001628572354093194,
0.025704016909003258,
-0.036735303699970245,
-0.0368073396384716,
0.03132571280002594,
-0.047815848141908646,
-0.009051931090652943,
0.03587707504630089,
-0.0007965054828673601,
-0.05243127793073654,
-0.052260417491197586,
-0.03737146034836769,
... | 0.1006 |
The {{< glossary\_tooltip term\_id="kubectl" text="kubectl" >}} tool supports JSONPath templates as an output format. A \_JSONPath template\_ is composed of JSONPath expressions enclosed by curly braces: `{` and `}`. Kubectl uses JSONPath expressions to filter on specific fields in the JSON object and format the output... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/jsonpath.md | main | kubernetes | [
-0.07530419528484344,
0.09855469316244125,
0.08380494266748428,
-0.004978757817298174,
-0.0535488985478878,
-0.021970439702272415,
0.04233740270137787,
-0.04030986130237579,
0.10326746106147766,
-0.03451379016041756,
0.01913323812186718,
-0.09207270294427872,
-0.03523017838597298,
-0.00140... | 0.044811 |
command achieves the desired result kubectl get pods -o json | jq -r '.items[] | select(.metadata.name | test("test-")).metadata.name' ``` | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/jsonpath.md | main | kubernetes | [
0.050963498651981354,
0.08338465541601181,
0.03532012552022934,
0.03803979977965355,
-0.05954394489526749,
-0.013819342479109764,
0.018027272075414658,
0.015068062581121922,
0.07366687804460526,
-0.003840571967884898,
0.01300962083041668,
-0.10060600191354752,
-0.0176117904484272,
-0.03096... | 0.074473 |
## {{% heading "synopsis" %}} kubectl controls the Kubernetes cluster manager. Find more information in [Command line tool](/docs/reference/kubectl/) (`kubectl`). ```shell kubectl [flags] ``` ## {{% heading "options" %}} | --add-dir-header | | | --- | --- | | | If true, adds the file directory to the header of the log ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/kubectl.md | main | kubernetes | [
0.04809900000691414,
0.049897465854883194,
-0.009291194379329681,
0.06569793075323105,
-0.004400002770125866,
0.03122478350996971,
0.09416994452476501,
-0.033922940492630005,
0.06969047337770462,
0.11740782111883163,
-0.0035464351531118155,
-0.1201171800494194,
0.03662540018558502,
0.03079... | 0.079218 |
also writing to each lower severity level) | | --password string | | | | Password for basic authentication to the API server | | --profile string Default: "none" | | | | Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|mutex) | | --profile-output string Default: "profile.pprof" | | | | Nam... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/kubectl.md | main | kubernetes | [
0.026513665914535522,
0.0432792566716671,
-0.037508536130189896,
0.011557726189494133,
-0.06643877923488617,
0.0022895624861121178,
-0.0435580350458622,
0.0570012591779232,
0.08146706968545914,
0.011722426861524582,
-0.018327046185731888,
-0.07637876272201538,
0.0458686538040638,
-0.039221... | 0.089804 |
a resource \* [kubectl api-resources](/docs/reference/kubectl/generated/kubectl\_api-resources/) - Print the supported API resources on the server \* [kubectl api-versions](/docs/reference/kubectl/generated/kubectl\_api-versions/) - Print the supported API versions on the server, in the form of "group/version" \* [kube... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/kubectl.md | main | kubernetes | [
0.019377483054995537,
0.04487667232751846,
0.02373933419585228,
-0.029403964057564735,
-0.012362468987703323,
-0.01376655325293541,
-0.0519663505256176,
-0.04240122810006142,
0.012990322895348072,
-0.03825635090470314,
-0.009975159540772438,
-0.09357450157403946,
-0.017587516456842422,
-0.... | 0.097096 |
kubectl is the Kubernetes cli version of a swiss army knife, and can do many things. While this Book is focused on using kubectl to declaratively manage applications in Kubernetes, it also covers other kubectl functions. ## Command Families Most kubectl commands typically fall into one of a few categories: | Type | Use... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/introduction.md | main | kubernetes | [
-0.012522965669631958,
0.018983447924256325,
0.02129399962723255,
-0.014497018419206142,
-0.03021923080086708,
-0.05469372123479843,
0.017616918310523033,
-0.04569442942738533,
0.05411776155233383,
0.04278094694018364,
-0.017010843381285667,
-0.040824130177497864,
0.016544686630368233,
-0.... | 0.238532 |
{{< feature-state state="beta" for\_k8s\_version="1.34" >}} A Kubernetes `kuberc` configuration file allows you to define preferences for {{}}, such as default options and command aliases. Unlike the kubeconfig file, a `kuberc` configuration file does \*\*not\*\* contain cluster details, usernames or passwords. On Linu... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/kuberc.md | main | kubernetes | [
0.05295945703983307,
-0.009402081370353699,
0.008866854012012482,
0.028829624876379967,
-0.05385530740022659,
0.07266493886709213,
-0.008318907581269741,
0.02677222527563572,
0.048616282641887665,
0.025043509900569916,
-0.037795230746269226,
-0.06658920645713806,
-0.05606298893690109,
-0.0... | 0.10692 |
This includes support for subcommands like `create role`. 1. `options` - Specify default values for options. If you explicitly specify an option when you run `kubectl`, the value you provide takes precedence over the default one defined in `kuberc`. 1. `appendArgs` - Specify explicit arguments that will be placed at th... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/kuberc.md | main | kubernetes | [
0.02608920820057392,
-0.020095575600862503,
0.019349049776792526,
0.0490778312087059,
-0.06503234803676605,
-0.03499095141887665,
0.0029094619676470757,
-0.015513129532337189,
0.06638234853744507,
0.030144663527607918,
0.008740796707570553,
-0.08200515806674957,
-0.021092412993311882,
0.01... | 0.113461 |
specified. If all fields are empty or unspecified, it is considered a configuration error and the plugin will not be allowed to execute. Likewise if the `credentialPluginAllowlist` field is unspecified, or if it is specified explicitly as the empty list. This is in order to prevent scenarios where the user misspells th... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/kuberc.md | main | kubernetes | [
-0.03325594216585159,
0.016383539885282516,
0.004153387621045113,
-0.05863528326153755,
-0.06711476296186447,
0.02158464305102825,
-0.024488268420100212,
-0.0025776131078600883,
0.07599985599517822,
0.02660294622182846,
0.019467445090413094,
-0.06026684120297432,
0.03043532371520996,
0.013... | 0.067915 |
will be permitted to execute. ## Disable kuberc To temporarily disable the `kuberc` functionality, set (and export) the environment variable `KUBERC` with the value `off`: ```shell export KUBERC=off ``` or disable the feature gate: ```shell export KUBECTL\_KUBERC=false ``` This might be useful for troubleshooting wheth... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/kuberc.md | main | kubernetes | [
0.07445444166660309,
-0.00007242476567626,
-0.01574246771633625,
-0.0004095439799129963,
0.01586199179291725,
0.002745945705100894,
-0.08776935189962387,
-0.04123577103018761,
0.029508918523788452,
0.06643550843000412,
-0.004407091531902552,
-0.09279534965753555,
-0.0693313404917717,
-0.01... | 0.024131 |
You can use the Kubernetes command line tool `kubectl` to interact with the API Server. Using kubectl is straightforward if you are familiar with the Docker command line tool. However, there are a few differences between the Docker commands and the kubectl commands. The following sections show a Docker sub-command and ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/docker-cli-to-kubectl.md | main | kubernetes | [
-0.036190591752529144,
0.010127713903784752,
-0.019681451842188835,
0.015582037158310413,
-0.06269143521785736,
-0.012449058704078197,
-0.07271448522806168,
-0.021536415442824364,
0.048362813889980316,
0.050904810428619385,
-0.0964670330286026,
-0.0779973492026329,
0.02415291592478752,
-0.... | 0.127724 |
ago Up 6 minutes 0.0.0.0:80->80/tcp nginx-app ``` ```shell docker exec 55c103fa1296 cat /etc/hostname ``` ``` 55c103fa1296 ``` kubectl: ```shell kubectl get po ``` ``` NAME READY STATUS RESTARTS AGE nginx-app-5jyvm 1/1 Running 0 10m ``` ```shell kubectl exec nginx-app-5jyvm -- cat /etc/hostname ``` ``` nginx-app-5jyvm ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/docker-cli-to-kubectl.md | main | kubernetes | [
0.011013622395694256,
0.08769000321626663,
0.013901300728321075,
-0.03509688004851341,
-0.03322969004511833,
-0.0451110303401947,
-0.03238479048013687,
0.0024689752608537674,
0.06571286171674728,
0.057496145367622375,
-0.06367817521095276,
-0.09548252820968628,
-0.04349720478057861,
0.0281... | 0.05882 |
Platform:"linux/amd64"} ``` ## docker info To get miscellaneous information about the environment and configuration, see [kubectl cluster-info](/docs/reference/generated/kubectl/kubectl-commands/#cluster-info). docker: ```shell docker info ``` ``` Containers: 40 Images: 168 Storage Driver: aufs Root Dir: /usr/local/goo... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/docker-cli-to-kubectl.md | main | kubernetes | [
0.03015228733420372,
0.008003408089280128,
-0.01703535206615925,
-0.035052407532930374,
0.006976623088121414,
-0.027052704244852066,
-0.04459143802523613,
-0.01100235991179943,
0.01878204569220543,
0.04677252098917961,
0.004690270870923996,
-0.08175598829984665,
-0.016099222004413605,
-0.0... | 0.095209 |
{{< glossary\_definition prepend="Kubernetes provides a" term\_id="kubectl" length="short" >}} This tool is named `kubectl`. For configuration, `kubectl` looks for a file named `config` in the `$HOME/.kube` directory. You can specify other [kubeconfig](/docs/concepts/configuration/organize-cluster-access-kubeconfig/) f... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/_index.md | main | kubernetes | [
0.0044019087217748165,
-0.004903819877654314,
-0.010076969861984253,
0.011951635591685772,
-0.0448717437684536,
0.0074760098941624165,
-0.0013609827728942037,
-0.029288776218891144,
0.0217632707208395,
-0.0036932325456291437,
0.011843565851449966,
-0.09593021124601364,
-0.021757787093520164,... | 0.145483 |
`kubectl api-resources` to determine if a resource is namespaced. Explicit use of `--namespace ` overrides this behavior. \*\*How kubectl handles ServiceAccount tokens\*\* If: \* there is Kubernetes service account token file mounted at `/var/run/secrets/kubernetes.io/serviceaccount/token`, and \* the `KUBERNETES\_SERV... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/_index.md | main | kubernetes | [
-0.019225485622882843,
-0.03703824803233147,
0.010912938043475151,
0.02618514932692051,
-0.019385410472750664,
-0.032952748239040375,
0.039204224944114685,
-0.059920478612184525,
0.14671576023101807,
0.016914254054427147,
-0.033835094422101974,
-0.10253141820430756,
0.01381947472691536,
-0... | 0.132555 |
file or stdin against live configuration. `drain` | `kubectl drain NODE [options]` | Drain node in preparation for maintenance. `edit` | `kubectl edit (-f FILENAME | TYPE NAME | TYPE/NAME) [flags]` | Edit and update the definition of one or more resources on the server by using the default editor. `events` | `kubectl e... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/_index.md | main | kubernetes | [
-0.012752300128340721,
0.053753867745399475,
0.0009611587156541646,
0.013873063959181309,
-0.005672619212418795,
-0.05793469399213791,
0.006697743199765682,
0.017461780458688736,
0.056095339357852936,
0.03935658559203148,
-0.027515064924955368,
-0.04665081575512886,
-0.07282597571611404,
-... | 0.18411 |
of all the supported resource types and their abbreviated aliases. (This output can be retrieved from `kubectl api-resources`, and was accurate as of Kubernetes 1.25.0) | NAME | SHORTNAMES | APIVERSION | NAMESPACED | KIND | |---|---|---|---|---| | `bindings` | | v1 | true | Binding | | `componentstatuses` | `cs` | v1 |... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/_index.md | main | kubernetes | [
0.01458041276782751,
-0.0287098977714777,
-0.018907049670815468,
0.01442700531333685,
-0.017826179042458534,
0.038436103612184525,
-0.015532365068793297,
-0.015370212495326996,
0.07858963310718536,
0.005393507424741983,
-0.04679284617304802,
-0.14543484151363373,
0.023618854582309723,
-0.0... | 0.148844 |
true | RoleBinding | | `roles` | | rbac.authorization.k8s.io/v1 | true | Role | | `priorityclasses` | `pc` | scheduling.k8s.io/v1 | false | PriorityClass | | `csidrivers` | | storage.k8s.io/v1 | false | CSIDriver | | `csinodes` | | storage.k8s.io/v1 | false | CSINode | | `csistoragecapacities` | | storage.k8s.io/v1 | t... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/_index.md | main | kubernetes | [
-0.000750657229218632,
0.0025505663361400366,
-0.04964364692568779,
0.017927348613739014,
-0.03216688334941864,
0.037871818989515305,
-0.004439061041921377,
-0.010899296030402184,
-0.034427765756845474,
0.023864831775426865,
0.04140505567193031,
-0.051087021827697754,
0.04178614914417267,
... | 0.129517 |
``` ### Sorting list objects To output objects to a sorted list in your terminal window, you can add the `--sort-by` flag to a supported `kubectl` command. Sort your objects by specifying any numeric or string field with the `--sort-by` flag. To specify a field, use a [jsonpath](/docs/reference/kubectl/jsonpath/) expre... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/_index.md | main | kubernetes | [
0.05604660138487816,
0.041701655834913254,
0.03420290723443031,
0.009055261500179768,
-0.07279005646705627,
-0.0032557975500822067,
-0.014294903725385666,
0.03770754486322403,
0.04352014139294624,
0.07665349543094635,
0.012919268570840359,
-0.0005715587758459151,
-0.018121570348739624,
-0.... | 0.068625 |
all pods, including uninitialized ones. kubectl delete pods --all ``` `kubectl exec` - Execute a command against a container in a pod. ```shell # Get output from running 'date' from pod . By default, output is from the first container. kubectl exec -- date # Get output from running 'date' in container of pod . kubectl ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/_index.md | main | kubernetes | [
0.06094742938876152,
0.0018475345568731427,
0.02174529619514942,
0.025331934913992882,
0.05872679501771927,
-0.042490068823099136,
-0.04634557291865349,
-0.025859972462058067,
0.08405423164367676,
0.03115730918943882,
0.016750020906329155,
-0.06257088482379913,
-0.05379067733883858,
-0.062... | 0.152667 |
it into your PATH sudo mv ./kubectl-whoami /usr/local/bin kubectl whoami Current user: plugins-user ``` ## {{% heading "whatsnext" %}} \* Read the `kubectl` reference documentation: \* the kubectl [command reference](/docs/reference/kubectl/kubectl/) \* the [command line arguments](/docs/reference/kubectl/generated/kub... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/_index.md | main | kubernetes | [
-0.010876539163291454,
-0.04810713604092598,
0.0028689587488770485,
-0.07926624268293381,
-0.08091030269861221,
0.003066565375775099,
-0.03370506688952446,
0.04053070396184921,
0.054339341819286346,
-0.017211658880114555,
0.04964885488152504,
-0.08295364677906036,
-0.018372494727373123,
0.... | 0.156813 |
## {{% heading "synopsis" %}} kubectl controls the Kubernetes cluster manager. Find more information at: https://kubernetes.io/docs/reference/kubectl/ ``` kubectl [flags] ``` ## {{% heading "options" %}} | --as string | | | --- | --- | | | Username to impersonate for the operation. User could be a regular user or a ser... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl.md | main | kubernetes | [
0.016525758430361748,
0.03153316304087639,
-0.023357300087809563,
0.021835194900631905,
-0.07585863023996353,
-0.01851823180913925,
0.10681113600730896,
-0.03679424896836281,
0.022379567846655846,
0.028363553807139397,
0.00732339546084404,
-0.08289091289043427,
-0.01019449345767498,
-0.023... | 0.126028 |
string Default: "stats" | | | | table name | | --storage-driver-user string Default: "root" | | | | database username | | --tls-server-name string | | | | Server name to use for server certificate validation. If it is not provided, the hostname used to contact the server is used | | --token string | | | | Bearer token ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl.md | main | kubernetes | [
0.03168373927474022,
0.0630301758646965,
-0.036871202290058136,
-0.0036349580623209476,
-0.06043926998972893,
-0.0073141357861459255,
0.01263851672410965,
0.018036236986517906,
0.03353218361735344,
-0.024400152266025543,
-0.030768005177378654,
-0.15345285832881927,
0.060591135174036026,
-0... | 0.096023 |
- Manage the rollout of a resource \* [kubectl run](../kubectl\_run/) - Run a particular image on the cluster \* [kubectl scale](../kubectl\_scale/) - Set a new size for a deployment, replica set, or replication controller \* [kubectl set](../kubectl\_set/) - Set specific features on objects \* [kubectl taint](../kubec... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl.md | main | kubernetes | [
0.022921385243535042,
0.04506707191467285,
-0.009325683116912842,
0.018093908205628395,
-0.008995135314762592,
-0.03689003735780716,
-0.036470890045166016,
-0.019613653421401978,
0.013774244114756584,
0.04268635809421539,
-0.010665095411241055,
-0.07232458889484406,
0.015993276610970497,
-... | 0.193002 |
## {{% heading "synopsis" %}} Set values in the kuberc configuration file. Use --section to specify whether to set defaults or aliases. For defaults: Sets default flag values for kubectl commands. The --command flag should specify only the command (e.g., "get", "create", "set env"), not resources. For aliases: Creates ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_alpha/kubectl_alpha_kuberc_set.md | main | kubernetes | [
0.0448588989675045,
0.011732328683137894,
0.016974342986941338,
0.027177968993782997,
-0.07712975144386292,
0.04892124980688095,
0.021424878388643265,
0.038865234702825546,
0.027369549497961998,
0.010314498096704483,
-0.06138857081532478,
-0.09711786359548569,
-0.04809810593724251,
0.00421... | 0.020096 |
of the kubeconfig context to use | | --disable-compression | | | | If true, opt-out of response compression for all requests to the server | | --insecure-skip-tls-verify | | | | If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | | --kubeconfig string | |... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_alpha/kubectl_alpha_kuberc_set.md | main | kubernetes | [
-0.03437153249979019,
0.06823557615280151,
-0.007333781570196152,
-0.034392427653074265,
-0.06088905781507492,
-0.029408209025859833,
-0.013309475965797901,
-0.024331193417310715,
0.05661069601774216,
-0.03195255994796753,
-0.029940061271190643,
-0.10893150418996811,
0.06616044789552689,
-... | 0.056279 |
## {{% heading "synopsis" %}} Manage user preferences (kuberc) file. The kuberc file allows you to customize your kubectl experience. ``` kubectl alpha kuberc SUBCOMMAND ``` ## {{% heading "examples" %}} ``` # View the current kuberc configuration kubectl alpha kuberc view # Set a default value for a command flag kubec... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_alpha/kubectl_alpha_kuberc.md | main | kubernetes | [
0.007544784341007471,
0.044119298458099365,
0.03119918517768383,
0.042335204780101776,
-0.05844685435295105,
0.005604445468634367,
0.03426070138812065,
0.07070430368185043,
-0.022222192957997322,
0.007426036521792412,
-0.042036108672618866,
-0.10879290848970413,
-0.03915685415267944,
0.016... | 0.065463 |
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | | --storage-driver-db string Default: "cadvisor" | | | | database name | | --storage-driver-host string Default: "localhost:8086" | | | | database host:port | | --storage-driver-password s... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_alpha/kubectl_alpha_kuberc.md | main | kubernetes | [
0.046189360320568085,
0.015242842957377434,
-0.09272093325853348,
0.039898086339235306,
-0.09882786870002747,
-0.037760864943265915,
-0.002066381275653839,
0.023394491523504257,
0.06635520607233047,
0.012981430627405643,
0.0027229173574596643,
-0.07392732799053192,
0.0932922288775444,
-0.0... | 0.108872 |
## {{% heading "synopsis" %}} Display the contents of the kuberc file in the specified output format. ``` kubectl alpha kuberc view ``` ## {{% heading "examples" %}} ``` # View kuberc configuration in YAML format (default) kubectl alpha kuberc view # View kuberc configuration in JSON format kubectl alpha kuberc view --... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_alpha/kubectl_alpha_kuberc_view.md | main | kubernetes | [
0.0495263934135437,
0.0596529096364975,
0.007970328442752361,
0.0065103378146886826,
0.018347248435020447,
0.07690045982599258,
-0.051011499017477036,
0.01799803040921688,
0.029232092201709747,
-0.015742314979434013,
0.021030543372035027,
-0.07981354743242264,
-0.08687539398670197,
-0.0067... | 0.035295 |
(none|cpu|heap|goroutine|threadcreate|block|mutex|trace) | | --profile-output string Default: "profile.pprof" | | | | Name of the file to write the profile to | | --request-timeout string Default: "0" | | | | The length of time to wait before giving up on a single server request. Non-zero values should contain a corres... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_alpha/kubectl_alpha_kuberc_view.md | main | kubernetes | [
0.051650598645210266,
0.027725959196686745,
-0.07940535247325897,
0.033659059554338455,
-0.0762205645442009,
-0.0035025691613554955,
-0.006195873487740755,
0.04319596663117409,
0.104925736784935,
0.034734707325696945,
0.021419452503323555,
-0.047398265451192856,
0.004737084731459618,
-0.08... | 0.09102 |
## {{% heading "synopsis" %}} These commands correspond to alpha features that are not enabled in Kubernetes clusters by default. ## {{% heading "options" %}} | -h, --help | | | --- | --- | | | help for alpha | ## {{% heading "parentoptions" %}} | --as string | | | --- | --- | | | Username to impersonate for the operat... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_alpha/_index.md | main | kubernetes | [
0.015876654535531998,
0.02086600288748741,
-0.002661454025655985,
0.015093564987182617,
-0.048369430005550385,
-0.0017789221601560712,
0.1127801463007927,
-0.017867816612124443,
0.01806255802512169,
0.02921619825065136,
0.008847879245877266,
-0.08299542963504791,
-0.037504974752664566,
-0.... | 0.135231 |
| | use secure connection with database | | --storage-driver-table string Default: "stats" | | | | table name | | --storage-driver-user string Default: "root" | | | | database username | | --tls-server-name string | | | | Server name to use for server certificate validation. If it is not provided, the hostname used to ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_alpha/_index.md | main | kubernetes | [
0.009584134444594383,
0.05893579125404358,
-0.0451614074409008,
0.016210177913308144,
-0.0752422884106636,
-0.004130548797547817,
-0.0006646831752732396,
0.0204621534794569,
0.026123693212866783,
-0.01146279089152813,
-0.03863850235939026,
-0.14664940536022186,
0.10551679879426956,
-0.0064... | 0.075742 |
## {{% heading "synopsis" %}} Attach to a process that is already running inside an existing container. ``` kubectl attach (POD | TYPE/NAME) -c CONTAINER ``` ## {{% heading "examples" %}} ``` # Get output from running pod mypod; use the 'kubectl.kubernetes.io/default-container' annotation # for selecting the container ... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_attach/_index.md | main | kubernetes | [
0.0007940467912703753,
0.010648448951542377,
0.027381667867302895,
0.028100429102778435,
-0.013926396146416664,
0.009593278169631958,
0.02164849452674389,
0.03612997755408287,
0.04727081581950188,
0.003273292677477002,
-0.04651655629277229,
-0.039721887558698654,
-0.012631542049348354,
0.0... | 0.096265 |
version to match client version | | -n, --namespace string | | | | If present, the namespace scope for this CLI request | | --password string | | | | Password for basic authentication to the API server | | --profile string Default: "none" | | | | Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_attach/_index.md | main | kubernetes | [
-0.005788404028862715,
0.050656240433454514,
-0.0457872599363327,
-0.035500239580869675,
-0.03771479055285454,
-0.0038752099499106407,
-0.010343235917389393,
0.05306752026081085,
0.047009874135255814,
0.006549444515258074,
-0.0035247483756393194,
-0.08366888016462326,
0.021895546466112137,
... | 0.034284 |
## {{% heading "synopsis" %}} Update the user, group, or service account in a role binding or cluster role binding. ``` kubectl set subject (-f FILENAME | TYPE NAME) [--user=username] [--group=groupname] [--serviceaccount=namespace:serviceaccountname] [--dry-run=server|client|none] ``` ## {{% heading "examples" %}} ```... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_set/kubectl_set_subject.md | main | kubernetes | [
0.005831613205373287,
-0.0282781682908535,
0.017516333609819412,
0.007654497399926186,
-0.0834212452173233,
0.0005710934055969119,
0.0491098091006279,
-0.02657099813222885,
-0.013705655932426453,
0.037883054465055466,
0.02501593716442585,
-0.08524230867624283,
0.0476812981069088,
-0.059617... | 0.094907 |
UID to impersonate for the operation. | | --as-user-extra strings | | | | User extras to impersonate for the operation, this flag can be repeated to specify multiple values for the same key. | | --cache-dir string Default: "$HOME/.kube/cache" | | | | Default cache directory | | --certificate-authority string | | | | Pa... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_set/kubectl_set_subject.md | main | kubernetes | [
-0.027950869873166084,
0.07020315527915955,
-0.031159313395619392,
0.007974156178534031,
-0.08190281689167023,
-0.043915074318647385,
0.06654953956604004,
-0.046956099569797516,
0.05773641914129257,
-0.008207186125218868,
0.008768106810748577,
-0.07830660045146942,
0.06719989329576492,
-0.... | 0.122388 |
--version=vX.Y.Z... sets the reported version | | --warnings-as-errors | | | | Treat warnings received from the server as errors and exit with a non-zero exit code | ## {{% heading "seealso" %}} \* [kubectl set](../) - Set specific features on objects | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_set/kubectl_set_subject.md | main | kubernetes | [
0.09184902161359787,
0.09304521232843399,
0.035301074385643005,
0.03388138487935066,
0.03885992616415024,
0.0465565025806427,
-0.005656452849507332,
-0.03339138999581337,
-0.0030755107291042805,
-0.021058784797787666,
-0.038185544312000275,
-0.09917427599430084,
-0.02680668793618679,
-0.06... | 0.086274 |
## {{% heading "synopsis" %}} Set the selector on a resource. Note that the new selector will overwrite the old selector if the resource had one prior to the invocation of 'set selector'. A selector must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 63 characters... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_set/kubectl_set_selector.md | main | kubernetes | [
0.0035618282854557037,
0.021574057638645172,
0.03604981303215027,
0.027536779642105103,
0.0020338809117674828,
0.060262445360422134,
0.04693332314491272,
-0.049178797751665115,
0.048106398433446884,
-0.0008024517446756363,
-0.010734712705016136,
-0.07384587079286575,
-0.00693882443010807,
... | 0.102019 |
multiple values for the same key. | | --cache-dir string Default: "$HOME/.kube/cache" | | | | Default cache directory | | --certificate-authority string | | | | Path to a cert file for the certificate authority | | --client-certificate string | | | | Path to a client certificate file for TLS | | --client-key string | |... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_set/kubectl_set_selector.md | main | kubernetes | [
-0.006623632274568081,
0.07749499380588531,
-0.033167943358421326,
-0.017366886138916016,
-0.07581727206707001,
-0.035028837621212006,
0.011660944670438766,
-0.061435308307409286,
0.08950185775756836,
-0.04240267723798752,
0.0068459706380963326,
-0.08825704455375671,
0.06587448716163635,
-... | 0.04929 |
Treat warnings received from the server as errors and exit with a non-zero exit code | ## {{% heading "seealso" %}} \* [kubectl set](../) - Set specific features on objects | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_set/kubectl_set_selector.md | main | kubernetes | [
0.08310151845216751,
0.10721972584724426,
0.03006727434694767,
0.08349555730819702,
0.020893733948469162,
0.03197191283106804,
0.03684517741203308,
-0.026757216081023216,
0.0200607068836689,
-0.02632865309715271,
-0.05248437821865082,
-0.14339596033096313,
0.02510879747569561,
-0.063405506... | 0.105004 |
## {{% heading "synopsis" %}} Update environment variables on a pod template. List environment variable definitions in one or more pods, pod templates. Add, update, or remove container environment variable definitions in one or more pod templates (within replication controllers or deployment configurations). View or mo... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_set/kubectl_set_env.md | main | kubernetes | [
0.07443615794181824,
-0.006293175742030144,
0.02995879389345646,
-0.02231787145137787,
-0.020632635802030563,
0.018969519063830376,
-0.001032817061059177,
0.004355205222964287,
-0.004306082148104906,
0.018949195742607117,
-0.03698521852493286,
-0.07579194754362106,
0.026165597140789032,
-0... | 0.101002 |
list of keys to import from specified resource | | -k, --kustomize string | | | | Process the kustomization directory. This flag can't be used together with -f or -R. | | --list | | | | If true, display the environment and any changes in the standard format. this flag will removed when we have kubectl view env. | | --l... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_set/kubectl_set_env.md | main | kubernetes | [
0.00029990889015607536,
0.025680620223283768,
-0.02956542558968067,
-0.07092979550361633,
-0.035364195704460144,
0.022781265899538994,
-0.02979826182126999,
0.0031608976423740387,
0.042120613157749176,
-0.006266744341701269,
0.04656091704964638,
-0.0729685127735138,
-0.019692352041602135,
... | 0.060688 |
gate or turning off the feature KUBERC=off. | | --match-server-version | | | | Require server version to match client version | | -n, --namespace string | | | | If present, the namespace scope for this CLI request | | --password string | | | | Password for basic authentication to the API server | | --profile string Def... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_set/kubectl_set_env.md | main | kubernetes | [
0.008409831672906876,
0.03599579632282257,
-0.04083748906850815,
-0.01827988028526306,
-0.03259401023387909,
-0.004107408691197634,
-0.030260156840085983,
0.017877375707030296,
0.05375130474567413,
0.018666550517082214,
-0.0043438333086669445,
-0.0775780975818634,
-0.0033844471909105778,
-... | 0.019031 |
## {{% heading "synopsis" %}} Update the service account of pod template resources. Possible resources (case insensitive) can be: replicationcontroller (rc), deployment (deploy), daemonset (ds), job, replicaset (rs), statefulset ``` kubectl set serviceaccount (-f FILENAME | TYPE NAME) SERVICE\_ACCOUNT ``` ## {{% headin... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_set/kubectl_set_serviceaccount.md | main | kubernetes | [
-0.016532527282834053,
-0.015184707939624786,
0.04069260135293007,
-0.011603993363678455,
-0.03252333402633667,
-0.026578253135085106,
0.009805947542190552,
-0.0381377749145031,
0.03666820377111435,
0.0740336924791336,
-0.027160372585058212,
-0.036227207630872726,
0.028881322592496872,
-0.... | 0.089044 |
key file for TLS | | --cluster string | | | | The name of the kubeconfig cluster to use | | --context string | | | | The name of the kubeconfig context to use | | --disable-compression | | | | If true, opt-out of response compression for all requests to the server | | --insecure-skip-tls-verify | | | | If true, the ser... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_set/kubectl_set_serviceaccount.md | main | kubernetes | [
-0.007192269433289766,
0.045994505286216736,
-0.009877822361886501,
-0.010465309955179691,
-0.07785813510417938,
-0.010921267792582512,
-0.027034664526581764,
-0.0624106302857399,
0.07074820250272751,
-0.025081468746066093,
-0.03293460234999657,
-0.10249360650777817,
0.03689102083444595,
0... | 0.056877 |
## {{% heading "synopsis" %}} Specify compute resource requirements (CPU, memory) for any resource that defines a pod template. If a pod is successfully scheduled, it is guaranteed the amount of resource requested, but may burst up to its specified limits. For each compute resource, if a limit is specified and a reques... | https://github.com/kubernetes/website/blob/main//content/en/docs/reference/kubectl/generated/kubectl_set/kubectl_set_resources.md | main | kubernetes | [
0.0015456436667591333,
0.09069506078958511,
0.033755432814359665,
0.02141818031668663,
-0.06685079634189606,
-0.02437000349164009,
-0.025343356654047966,
-0.0009701630915515125,
0.029894106090068817,
0.012081284075975418,
-0.09725646674633026,
-0.060191310942173004,
-0.010736015625298023,
... | 0.131119 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.