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
Run this on any machine you wish to join an existing cluster ### Synopsis When joining a kubeadm initialized cluster, we need to establish bidirectional trust. This is split into discovery (having the Node trust the Kubernetes Control Plane) and TLS bootstrap (having the Kubernetes Control Plane trust the Node). There ...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_join/_index.md
main
kubernetes
[ -0.04708481207489967, -0.024311380460858345, 0.0003555600414983928, -0.003048897720873356, -0.05429918318986893, 0.010709099471569061, -0.0312481801956892, 0.010713544674217701, 0.07689467072486877, 0.011961483396589756, -0.03510189428925514, -0.10066256672143936, 0.07703308761119843, -0.0...
0.107616
used. | | --apiserver-bind-port int32 Default: 6443 | | | | If the node should host a new control plane instance, the port for the API Server to bind to. | | --certificate-key string | | | | Use this key to decrypt the certificate secrets uploaded by init. The certificate key is a hex encoded string that is an AES key ...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_join/_index.md
main
kubernetes
[ 0.0036971934605389833, 0.0003915879933629185, -0.05684451386332512, -0.009804166853427887, -0.04647819697856903, 0.03198755905032158, -0.03264174982905388, -0.012029333040118217, 0.03380647674202919, 0.032092541456222534, -0.023538725450634956, -0.1223907619714737, 0.06606386601924896, -0....
0.133229
List bootstrap tokens on the server ### Synopsis This command will list all bootstrap tokens for you. ``` kubeadm token list [flags] ``` ### Options | --allow-missing-template-keys Default: true | | | --- | --- | | | If true, ignore any errors in templates when a field or map key is missing in the template. Only applie...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_token/kubeadm_token_list.md
main
kubernetes
[ 0.0066591957584023476, 0.05892752856016159, -0.008398317731916904, 0.014641600660979748, 0.011907276697456837, 0.031142525374889374, -0.03283208981156349, 0.0349893644452095, 0.011738103814423084, -0.027409840375185013, 0.07325045019388199, -0.05402803048491478, -0.007621407974511385, -0.0...
0.11093
Create bootstrap tokens on the server ### Synopsis This command will create a bootstrap token for you. You can specify the usages for this token, the "time to live" and an optional human friendly description. The [token] is the actual token to write. This should be a securely generated random token of the form "[a-z0-9...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_token/kubeadm_token_create.md
main
kubernetes
[ -0.03695163130760193, -0.0024162374902516603, -0.045141708105802536, 0.03483006730675697, -0.028444631025195122, -0.003178955987095833, -0.0037949318066239357, 0.03457837179303169, -0.004310088697820902, 0.00853041186928749, 0.012763304635882378, -0.10133879631757736, 0.13800841569900513, ...
0.097203
Delete bootstrap tokens on the server ### Synopsis This command will delete a list of bootstrap tokens for you. The [token-value] is the full Token of the form "[a-z0-9]{6}.[a-z0-9]{16}" or the Token ID of the form "[a-z0-9]{6}" to delete. ``` kubeadm token delete [token-value] ... ``` ### Options | -h, --help | | | --...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_token/kubeadm_token_delete.md
main
kubernetes
[ -0.0483250617980957, 0.011492552235722542, 0.012983961962163448, 0.005925092846155167, 0.053485069423913956, 0.0038534607738256454, -0.004638907499611378, -0.03561856597661972, 0.03582408279180527, 0.010722163133323193, 0.02574119158089161, -0.03373198211193085, 0.03372177109122276, -0.048...
0.139502
Generate and print a bootstrap token, but do not create it on the server ### Synopsis This command will print out a randomly-generated bootstrap token that can be used with the "init" and "join" commands. You don't have to use this command in order to generate a token. You can do so yourself as long as it is in the for...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_token/kubeadm_token_generate.md
main
kubernetes
[ -0.06591864675283432, 0.03290889784693718, -0.04391562193632126, 0.035893674939870834, 0.007942244410514832, -0.028987200930714607, 0.014184853993356228, 0.030141303315758705, -0.02706722356379032, -0.018813494592905045, 0.03642714396119118, -0.10924813896417618, 0.08229050040245056, -0.09...
0.081145
Manage bootstrap tokens ### Synopsis This command manages bootstrap tokens. It is optional and needed only for advanced use cases. In short, bootstrap tokens are used for establishing bidirectional trust between a client and a server. A bootstrap token can be used when a client (for example a node that is about to join...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_token/_index.md
main
kubernetes
[ -0.13249115645885468, 0.05877363309264183, 0.024176502600312233, 0.0005175945116207004, 0.030216701328754425, -0.041023995727300644, 0.020786747336387634, 0.024786952883005142, 0.10310894250869751, -0.0029262530151754618, -0.025602217763662338, 0.0018404432339593768, 0.058446936309337616, ...
0.232902
### Synopsis Remove a local etcd member for a control plane node. ``` kubeadm reset phase remove-etcd-member [flags] ``` ### Options | --dry-run | | | --- | --- | | | Don't apply any changes; just output what would be done. | | -h, --help | | | | help for remove-etcd-member | | --kubeconfig string Default: "/etc/kubern...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_reset/kubeadm_reset_phase_remove-etcd-member.md
main
kubernetes
[ 0.01145593449473381, 0.04343203455209732, 0.02889121323823929, 0.00809388142079115, 0.024131260812282562, 0.047021206468343735, -0.03427983447909355, -0.10004401206970215, -0.004290143493562937, 0.027354074642062187, 0.049356408417224884, -0.03629123792052269, -0.02248404361307621, -0.0985...
0.049246
### Synopsis Run cleanup node. ``` kubeadm reset phase cleanup-node [flags] ``` ### Options | --cert-dir string Default: "/etc/kubernetes/pki" | | | --- | --- | | | The path to the directory where the certificates are stored. If specified, clean this directory. | | --cleanup-tmp-dir | | | | Cleanup the "/etc/kubernetes...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_reset/kubeadm_reset_phase_cleanup-node.md
main
kubernetes
[ 0.007044161669909954, 0.03980954736471176, 0.0052528115920722485, 0.001719459192827344, 0.011727391742169857, -0.02309293858706951, -0.036858443170785904, -0.05479250103235245, 0.06169863045215607, 0.005643500946462154, 0.02412576973438263, -0.07976794987916946, 0.05767720192670822, 0.0032...
0.060767
Run reset pre-flight checks ### Synopsis Run pre-flight checks for kubeadm reset. ``` kubeadm reset phase preflight [flags] ``` ### Options | --dry-run | | | --- | --- | | | Don't apply any changes; just output what would be done. | | -f, --force | | | | Reset the node without prompting for confirmation. | | -h, --help...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_reset/kubeadm_reset_phase_preflight.md
main
kubernetes
[ 0.05464087799191475, 0.025669876486063004, 0.004775049164891243, 0.005068168509751558, 0.009625614620745182, -0.01792304217815399, -0.015214646235108376, 0.02404569834470749, -0.05358416214585304, 0.08574822545051575, 0.051543962210416794, -0.06469891220331192, 0.010257208719849586, -0.091...
0.097787
### Synopsis Performs a best effort revert of changes made to this host by 'kubeadm init' or 'kubeadm join' The "reset" command executes the following phases: ``` preflight Run reset pre-flight checks remove-etcd-member Remove a local etcd member. cleanup-node Run cleanup node. ``` ``` kubeadm reset [flags] ``` ### Opt...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_reset/_index.md
main
kubernetes
[ 0.0029345534276217222, 0.050652675330638885, 0.02164948545396328, -0.02358498051762581, -0.014263775199651718, 0.002141432138159871, -0.059601981192827225, -0.06379842013120651, 0.05434856563806534, 0.012933062389492989, 0.056886449456214905, -0.05771014839410782, 0.03813456371426582, 0.01...
0.002952
### Synopsis Output shell completion code for the specified shell (bash or zsh). The shell code must be evaluated to provide interactive completion of kubeadm commands. This can be done by sourcing it from the .bash\_profile. Note: this requires the bash-completion framework. To install it on Mac use homebrew: $ brew i...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_completion/_index.md
main
kubernetes
[ 0.07550711184740067, -0.006538821384310722, 0.010405076667666435, -0.05344526842236519, -0.0058988784439861774, 0.016960494220256805, 0.025406308472156525, -0.013013198971748352, 0.010868312790989876, 0.04403287544846535, -0.044177066534757614, -0.11016695201396942, -0.02124171517789364, 0...
0.073514
## {{% heading "synopsis" %}} The Kubernetes API server validates and configures data for the api objects which include pods, services, replicationcontrollers, and others. The API Server services REST operations and provides the frontend to the cluster's shared state through which all other components interact. ``` kub...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
main
kubernetes
[ 0.010054890997707844, -0.017401989549398422, 0.04462575167417526, -0.02506563812494278, 0.03297850489616394, 0.007195631042122841, -0.012937815859913826, -0.04546501487493515, 0.07572958618402481, 0.039193738251924515, 0.003554270137101412, -0.018892459571361542, 0.001826911116950214, -0.0...
0.174207
batch mode. | | --audit-log-batch-throttle-enable | | | | Whether batching throttling is enabled. Only used in batch mode. | | --audit-log-batch-throttle-qps float | | | | Maximum average number of batches per second. Only used in batch mode. | | --audit-log-compress | | | | If set, the rotated log files will be compre...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
main
kubernetes
[ -0.08030921965837479, 0.07027405500411987, -0.10197831690311432, 0.009479113854467869, 0.010569906793534756, -0.03287852555513382, 0.0007722300942987204, 0.02780701220035553, -0.007500696927309036, 0.025278747081756592, 0.05690750479698181, 0.07777438312768936, 0.020387934520840645, 0.0421...
0.145823
webhook configuration. | | --audit-webhook-initial-backoff duration Default: 10s | | | | The amount of time to wait before retrying the first failed request. | | --audit-webhook-mode string Default: "batch" | | | | Strategy for sending audit events. Blocking indicates sending events should block server responses. Batch...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
main
kubernetes
[ -0.03271470591425896, 0.08378929644823074, -0.034269899129867554, 0.034807633608579636, 0.026126982644200325, -0.09937246888875961, -0.01240632962435484, -0.06423085927963257, 0.014919491484761238, 0.02825153060257435, 0.010967065580189228, -0.04610631987452507, -0.004171378910541534, -0.1...
0.085407
clients. If blank or an unspecified address (0.0.0.0 or ::), all interfaces and IP address families will be used. | | --cert-dir string Default: "/var/run/kubernetes" | | | | The directory where the TLS certs are located. If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored. | | --clien...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
main
kubernetes
[ -0.021505020558834076, 0.06455602496862411, 0.027891119942069054, -0.016495617106556892, -0.017173973843455315, 0.014761284925043583, -0.02378132939338684, -0.050688840448856354, 0.14830797910690308, -0.015255746431648731, 0.04159843549132347, -0.03932017460465431, 0.060522712767124176, 0....
0.055347
of this version instead of the underlying binary version. Version format could only be major.minor, for example: '--emulated-version=wardle=1.2,kube=1.31'. Options are: kube=1.32..1.35(default:1.35) If the component is not specified, defaults to "kube" | | --emulation-forward-compatible | | | | If true, for any beta+ A...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
main
kubernetes
[ 0.04712562635540962, -0.04139163717627525, 0.05020517483353615, -0.09147290140390396, -0.01509971171617508, 0.019994160160422325, -0.06421047449111938, 0.007433982565999031, -0.034370213747024536, 0.024129683151841164, 0.02116928994655609, -0.04771208390593529, -0.0055917249992489815, -0.0...
0.087806
resource paths in etcd. | | --etcd-readycheck-timeout duration Default: 2s | | | | The timeout to use when checking etcd readiness | | --etcd-servers strings | | | | List of etcd servers to connect with (scheme://ip:port), comma separated. | | --etcd-servers-overrides strings | | | | Per-resource etcd servers overrides...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
main
kubernetes
[ 0.003931822720915079, 0.021605234593153, 0.04011862725019455, -0.02680463343858719, 0.020970603451132774, -0.02321578375995159, -0.10162953287363052, -0.06862053275108337, 0.07095036655664444, 0.002998701296746731, 0.005101882852613926, 0.02587798610329628, -0.00030093808891251683, -0.0152...
0.068332
kube:PodReadyToStartContainersCondition=true|false (BETA - default=true) kube:PodTopologyLabelsAdmission=true|false (BETA - default=true) kube:PortForwardWebsockets=true|false (BETA - default=true) kube:PreventStaticPodAPIReferences=true|false (BETA - default=true) kube:ProcMountType=true|false (BETA - default=true) ku...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
main
kubernetes
[ 0.033358123153448105, -0.03362894430756569, 0.00041131049511022866, -0.013261557556688786, -0.058482296764850616, 0.03636404499411583, -0.012575926259160042, -0.08283236622810364, 0.08568557351827621, 0.049725960940122604, 0.027044374495744705, -0.0492587685585022, -0.0040117246098816395, ...
0.121181
| Maximum number of seconds between log flushes | | --log-text-info-buffer-size quantity | | | | [Alpha] In text format with split output streams, the info messages can be buffered for a while to increase performance. The default value of zero bytes disables buffering. The size can be specified as number of bytes (512)...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
main
kubernetes
[ 0.10327298939228058, 0.011552875861525536, -0.06211097911000252, -0.016370251774787903, -0.04771888628602028, -0.07780107855796814, -0.012232079170644283, 0.040475841611623764, 0.020683303475379944, -0.009971746243536472, -0.014580260962247849, 0.0007325806654989719, -0.012280737981200218, ...
0.086304
the claim is verified to be present in the ID Token with a matching value. Repeat this flag to specify multiple claims. | | --oidc-signing-algs strings Default: "RS256" | | | | Comma-separated list of allowed JOSE asymmetric signing algorithms. JWTs with a supported 'alg' header values are: RS256, RS384, RS512, ES256, ...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
main
kubernetes
[ -0.13094773888587952, 0.0003154368605464697, -0.026957787573337555, 0.00564402574673295, 0.04858678579330444, -0.03255018964409828, 0.05510259047150612, 0.05022503063082695, 0.06684412807226181, -0.0899483859539032, -0.03402104601264, -0.008090658113360405, 0.05677398294210434, -0.03291046...
0.081878
Default: 1m0s | | | | An optional field indicating the duration a handler must keep a request open before timing it out. This is the default request timeout for requests but may be overridden by flags such as --min-request-timeout for specific types of requests. | | --requestheader-allowed-names strings | | | | List of...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
main
kubernetes
[ -0.07313185185194016, 0.0732669085264206, -0.03648446500301361, -0.01132416445761919, 0.013809546828269958, -0.05840887501835823, -0.03228263556957245, 0.01724810153245926, -0.00677050044760108, -0.0048036277294158936, 0.013725575990974903, -0.031648267060518265, 0.050322890281677246, 0.07...
0.000326
{service-account-issuer}/.well-known/openid-configuration. When this flag is specified multiple times, the first is used to generate tokens and all are used to determine which issuers are accepted. | | --service-account-jwks-uri string | | | | Overrides the URI for the JSON Web Key Set in the discovery doc served at /....
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
main
kubernetes
[ -0.15121595561504364, 0.06644679605960846, -0.05863909050822258, -0.04692065715789795, 0.024863651022315025, -0.07311258465051651, 0.030584150925278664, -0.030611377209424973, 0.09587693214416504, 0.004353698343038559, 0.04476119577884674, 0.009645428508520126, 0.06791691482067108, 0.00337...
0.077306
| | --shutdown-watch-termination-grace-period duration | | | | This option, if set, represents the maximum amount of grace period the apiserver will wait for active watch request(s) to drain during the graceful server shutdown window. | | --storage-backend string | | | | The storage backend for persistence. Options: 'e...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
main
kubernetes
[ -0.00591790396720171, 0.03045572340488434, 0.009893607348203659, -0.007710521575063467, 0.03947644680738449, 0.044681284576654434, -0.06367826461791992, -0.011341258883476257, 0.10223453491926193, 0.03564615175127983, -0.024288112297654152, 0.04706987366080284, -0.05713660642504692, -0.024...
0.098741
v1 (the legacy core API) and included for others, and size is a number. This option is only meaningful for resources built into the apiserver, not ones defined by CRDs or aggregated from external servers, and is only consulted if the watch-cache is enabled. The only meaningful size setting to supply here is zero, which...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
main
kubernetes
[ -0.02528124488890171, 0.038857609033584595, -0.05224032700061798, 0.03491431102156639, 0.04818613454699516, 0.010404693894088268, -0.03828589990735054, 0.0426272489130497, 0.056499432772397995, 0.0264995526522398, -0.021559149026870728, 0.03650449588894844, -0.0003465645422693342, -0.03197...
0.118973
## {{% heading "synopsis" %}} The Kubernetes controller manager is a daemon that embeds the core control loops shipped with Kubernetes. In applications of robotics and automation, a control loop is a non-terminating loop that regulates the state of the system. In Kubernetes, a controller is a control loop that watches ...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-controller-manager.md
main
kubernetes
[ -0.012180529534816742, -0.038079410791397095, -0.06202659010887146, 0.005107726436108351, 0.004191771149635315, 0.05092060938477516, 0.0562063492834568, -0.02609795145690441, 0.08464119583368301, 0.07401934266090393, 0.07559715211391449, -0.010154237039387226, -0.002931736409664154, -0.072...
0.186657
be ignored. | | --cidr-allocator-type string Default: "RangeAllocator" | | | | Type of CIDR allocator to use | | --client-ca-file string | | | | If set, any request presenting a client certificate signed by one of the authorities in the client-ca-file is authenticated with an identity corresponding to the CommonName of...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-controller-manager.md
main
kubernetes
[ 0.014841892756521702, 0.03605900704860687, 0.005137859843671322, 0.019334524869918823, 0.021448995918035507, 0.05899357050657272, 0.04367044195532799, -0.05264805629849434, 0.07012414932250977, -0.0004323499742895365, 0.073283851146698, -0.07638848572969437, 0.08346746861934662, 0.02828976...
0.001531
| | | The number of deployment objects that are allowed to sync concurrently. Larger number = more responsive deployments, but more CPU (and network) load | | --concurrent-device-taint-eviction-syncs int32 Default: 8 | | | | The number of operations (evicting pods, updating DeviceTaintRule status) allowed to run concur...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-controller-manager.md
main
kubernetes
[ 0.032465849071741104, -0.08484947681427002, 0.005457683000713587, -0.04436799883842468, -0.02376299351453781, -0.04594839736819267, -0.0803404226899147, 0.01671592704951763, 0.035110875964164734, 0.022036021575331688, 0.01212048064917326, 0.011389827355742455, -0.011933826841413975, -0.078...
0.206237
CIDRs allocated by allocate-node-cidrs be configured on the cloud provider. | | --contention-profiling | | | | Enable block profiling, if profiling is enabled | | --controller-shutdown-timeout duration Default: 10s | | | | Time to wait for the controllers to shut down before terminating the executable | | --controller-...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-controller-manager.md
main
kubernetes
[ -0.023793604224920273, -0.04070645198225975, -0.12296535819768906, 0.05177463963627815, 0.09134545177221298, 0.060493580996990204, -0.02002844028174877, -0.048053838312625885, 0.10602915287017822, 0.0857190266251564, 0.11617303639650345, 0.04470411688089371, 0.006880204658955336, -0.019249...
0.025905
| The plugin to use when cloud provider is set to external. Can be empty, should only be set when cloud-provider is external. Currently used to allow node-ipam-controller, persistentvolume-binder-controller, persistentvolume-expander-controller and attach-detach-controller to work for in tree cloud providers. | | --fea...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-controller-manager.md
main
kubernetes
[ 0.010516377165913582, -0.08550000935792923, -0.007712987717241049, 0.05284792557358742, -0.025342019274830818, 0.02779860608279705, -0.01946476846933365, -0.049019113183021545, 0.05379003286361694, 0.06409434974193573, 0.05452856048941612, -0.07475946098566055, -0.026225963607430458, -0.00...
0.022761
- default=true) kube:SizeBasedListCostEstimate=true|false (BETA - default=true) kube:StatefulSetSemanticRevisionComparison=true|false (BETA - default=true) kube:StorageCapacityScoring=true|false (ALPHA - default=false) kube:StorageVersionAPI=true|false (ALPHA - default=false) kube:StorageVersionHash=true|false (BETA - ...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-controller-manager.md
main
kubernetes
[ 0.05913129821419716, -0.028727129101753235, 0.008041259832680225, 0.013627834618091583, -0.04818391054868698, 0.011716713197529316, -0.022357426583766937, -0.05591411143541336, 0.0726843923330307, 0.04481442645192146, 0.03106117434799671, -0.10517365485429764, 0.006873546168208122, -0.0328...
0.142222
acting master to renew a leadership slot before it stops leading. This must be less than the lease duration. This is only applicable if leader election is enabled. | | --leader-elect-resource-lock string Default: "leases" | | | | The type of resource object that is used for locking during leader election. Supported opt...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-controller-manager.md
main
kubernetes
[ -0.029155835509300232, -0.02967849001288414, 0.012637609615921974, 0.015221131965517998, -0.04450623691082001, 0.09101266413927078, -0.05289379507303238, -0.062067680060863495, 0.06331973522901535, 0.09137459099292755, 0.06004504859447479, -0.0002996579569298774, 0.04841749742627144, -0.05...
0.045289
with potential upcoming updates and reduce the overall number of EndpointSlice updates. Larger number = higher endpoint programming latency, but lower number of endpoints revision generated | | --mirroring-max-endpoints-per-subset int32 Default: 1000 | | | | The maximum number of endpoints that will be added to an Endp...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-controller-manager.md
main
kubernetes
[ 0.02758975699543953, -0.07605783641338348, -0.026508918032050133, -0.033870454877614975, 0.007411773316562176, -0.03620060533285141, -0.10703052580356598, -0.00981960166245699, -0.022824445739388466, 0.01271830964833498, 0.032792072743177414, -0.0026717737782746553, -0.04714210331439972, -...
0.088772
This is for development and testing only and will not work in a multi-node cluster. | | --pvclaimbinder-sync-period duration Default: 15s | | | | The period for syncing persistent volumes and persistent volume claims | | --requestheader-allowed-names strings | | | | List of client certificate common names to allow to p...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-controller-manager.md
main
kubernetes
[ -0.11422239989042282, 0.023733701556921005, -0.0035401093773543835, -0.027008339762687683, 0.015694772824645042, -0.03501001372933388, -0.02535850927233696, -0.0018873491790145636, -0.003317015478387475, -0.011741772294044495, 0.015280354768037796, -0.09729360789060593, 0.11478939652442932, ...
-0.021891
is enabled, and --tls-cert-file and --tls-private-key-file are not provided, a self-signed certificate and key are generated for the public address and saved to the directory specified by --cert-dir. | | --tls-cipher-suites strings | | | | Comma-separated list of cipher suites for the server. If omitted, the default Go...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-controller-manager.md
main
kubernetes
[ 0.028127122670412064, 0.06696674227714539, -0.053427647799253464, -0.05973880738019943, -0.01669582910835743, 0.0053073689341545105, -0.015604589134454727, -0.03779863566160202, 0.05558612942695618, -0.027852172031998634, 0.07204385846853256, -0.037145089358091354, -0.017264630645513535, -...
-0.061319
## {{% heading "synopsis" %}} The Kubernetes network proxy runs on each node. This reflects services as defined in the Kubernetes API on each node and can do simple TCP, UDP, and SCTP stream forwarding or round robin TCP, UDP, and SCTP forwarding across a set of backends. Service cluster IPs and ports are currently fou...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-proxy.md
main
kubernetes
[ -0.008945031091570854, -0.01236699428409338, 0.023422278463840485, 0.0015463168965652585, -0.061913322657346725, 0.07121526449918747, -0.01713358238339424, -0.01312568224966526, 0.03283694013953209, 0.08634752780199051, -0.10602176934480667, -0.03877665475010872, 0.001937126275151968, -0.0...
0.125275
(ALPHA - default=false) AllAlpha=true|false (ALPHA - default=false) AllBeta=true|false (BETA - default=false) AllowParsingUserUIDFromCertAuth=true|false (BETA - default=true) AllowUnsafeMalformedObjectDeletion=true|false (ALPHA - default=false) AuthorizePodWebsocketUpgradeCreatePermission=true|false (BETA - default=tru...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-proxy.md
main
kubernetes
[ 0.004727478139102459, -0.06091278791427612, -0.08840148895978928, 0.008869010023772717, -0.0143680265173316, 0.021193115040659904, 0.054654210805892944, -0.08045784384012222, -0.042063187807798386, 0.05049069598317146, 0.036021534353494644, -0.042227599769830704, 0.02933095395565033, -0.01...
0.098602
default=false) WindowsGracefulNodeShutdown=true|false (BETA - default=true) This parameter is ignored if a config file is specified by --config. | | --healthz-bind-address ipport Default: 0.0.0.0:10256 | | | | The IP address and port for the health check server to serve on, defaulting to "0.0.0.0:10256". This parameter...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-proxy.md
main
kubernetes
[ 0.020583784207701683, 0.04944472387433052, -0.0060037728399038315, -0.020746026188135147, -0.09476995468139648, -0.0009626963292248547, 0.005389142315834761, -0.04755854979157448, -0.020537836477160454, 0.051514822989702225, -0.06404925882816315, 0.014071091078221798, -0.013435011729598045, ...
0.054064
--kubeconfig string | | | | Path to kubeconfig file with authorization information (the master location can be overridden by the master flag). | | --log-flush-frequency duration Default: 5s | | | | Maximum number of seconds between log flushes | | --log-text-info-buffer-size quantity | | | | [Alpha] In text format with...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-proxy.md
main
kubernetes
[ 0.10508527606725693, 0.024100258946418762, -0.02652999572455883, -0.02084687165915966, -0.050857752561569214, -0.04115276783704758, 0.01489347219467163, 0.014807279221713543, 0.048816028982400894, 0.015161710791289806, -0.01694408990442753, -0.0787314847111702, -0.01468023844063282, -0.074...
0.133384
is set to BridgeInterface, kube-proxy will consider traffic to be local if it originates from this bridge. | | --pod-interface-name-prefix string | | | | An interface name prefix. When --detect-local-mode is set to InterfaceNamePrefix, kube-proxy will consider traffic to be local if it originates from any interface who...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-proxy.md
main
kubernetes
[ 0.026681026443839073, 0.005114397499710321, -0.002390122041106224, -0.021673113107681274, -0.035473473370075226, 0.00977261085063219, 0.01582535170018673, -0.011300086043775082, 0.015097135677933693, 0.029671374708414078, -0.04196842387318611, -0.07158471643924713, -0.04457356780767441, -0...
0.076379
## {{% heading "synopsis" %}} The kubelet is the primary "node agent" that runs on each node. It can register the node with the apiserver using one of: the hostname; a flag to override the hostname; or specific logic for a cloud provider. The kubelet works in terms of a PodSpec. A PodSpec is a YAML or JSON object that ...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kubelet.md
main
kubernetes
[ 0.03155255690217018, 0.02083815261721611, 0.06239236518740654, 0.001120477681979537, -0.01630612090229988, -0.00519970478489995, 0.006657282821834087, -0.053274333477020264, 0.14400121569633484, -0.0012897838605567813, -0.048205986618995667, -0.0456373356282711, 0.005242322571575642, -0.06...
0.191719
webhook authorizer. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.) | | --bootstrap-kubeconfig string | | | | Path to a kubeconfig file that will be used to get cli...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kubelet.md
main
kubernetes
[ -0.055727701634168625, 0.09021837264299393, -0.02799329347908497, 0.0007832305855117738, -0.013694857247173786, -0.04309513792395592, -0.040760964155197144, 0.004229090176522732, 0.09349168837070465, -0.015037762932479382, 0.007468196097761393, -0.10778127610683441, 0.06750573962926865, -0...
0.096949
this flag to use the built-in default configuration values. Command-line flags override configuration from this file. | | --config-dir string | | | | Path to a directory to specify drop-ins, allows the user to optionally specify additional configs to overwrite what is provided by default and in the KubeletConfigFile fl...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kubelet.md
main
kubernetes
[ 0.06959155946969986, 0.0655854120850563, 0.04510129243135452, -0.020782286301255226, -0.008642217144370079, 0.0006619013147428632, -0.0006973956478759646, 0.06576786935329437, 0.053680669516325, 0.016752710565924644, -0.021264484152197838, -0.0684792697429657, -0.03160276636481285, 0.01356...
0.11664
the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.) | | --enable-server Default: true | | | | Enable the Kubelet's server (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --c...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kubelet.md
main
kubernetes
[ 0.05566297844052315, 0.004349017981439829, 0.017899615690112114, 0.006621948443353176, -0.05818171426653862, 0.03281918913125992, -0.04550239071249962, -0.0352434478700161, 0.0586070753633976, 0.02230924740433693, -0.0043322560377418995, -0.06341279298067093, 0.0014379906933754683, -0.0369...
0.163175
config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.) | | --exit-on-lock-contention | | | | Whether kubelet should exit upon lock-file contention. | | --experimental-allocatable-ignore-eviction | | | | When set to 'true'...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kubelet.md
main
kubernetes
[ 0.03274667263031006, 0.013513313606381416, -0.0005691411206498742, 0.03697848692536354, -0.01627449132502079, 0.0036950050853192806, -0.04921647906303406, -0.002381360623985529, 0.08189551532268524, 0.020373955368995667, 0.021265197545289993, -0.08861500769853592, 0.010730978101491928, -0....
0.095768
PodCertificateRequest=true|false (BETA - default=false) PodDeletionCost=true|false (BETA - default=true) PodLevelResources=true|false (BETA - default=true) PodLogsQuerySplitStreams=true|false (ALPHA - default=false) PodReadyToStartContainersCondition=true|false (BETA - default=true) PodTopologyLabelsAdmission=true|fals...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kubelet.md
main
kubernetes
[ 0.05366899073123932, -0.09118286520242691, 0.005215462297201157, -0.0015894831158220768, -0.02111327089369297, 0.020943444222211838, -0.0041337283328175545, -0.07078852504491806, 0.049721263349056244, 0.05617200955748558, 0.030865970999002457, 0.0038550207391381264, -0.017068104818463326, ...
0.063972
of disk usage after which image garbage collection is always run. Values must be within the range [0, 100], To disable image garbage collection, set to 100. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kub...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kubelet.md
main
kubernetes
[ 0.08376822620630264, 0.06331129372119904, 0.03531167656183243, -0.01808224432170391, -0.0550917312502861, -0.0467766635119915, 0.01898418925702572, 0.0525379404425621, 0.12079048156738281, 0.009749354794621468, -0.010274138301610947, -0.08273124694824219, 0.002849196782335639, 0.0074152080...
0.11528
--kubeconfig enables API server mode, omitting --kubeconfig enables standalone mode. | | --kubelet-cgroups string | | | | Optional absolute name of cgroups to create and run the Kubelet in. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kubelet.md
main
kubernetes
[ 0.026698939502239227, 0.028415920212864876, -0.025325827300548553, 0.033741842955350876, -0.054046884179115295, 0.02864384651184082, -0.06507042050361633, 0.015352234244346619, 0.0818561315536499, -0.034041136503219604, 0.01728164032101631, -0.0687083974480629, 0.006569432560354471, -0.053...
0.144344
See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.) | | --maximum-dead-containers int32 Default: -1 | | | | Maximum number of old instances of containers to retain globally. Each container takes up some disk space. To disable, set to a negative number. (DEPRECATED: Use --...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kubelet.md
main
kubernetes
[ 0.05997621640563011, 0.04933757334947586, 0.014086400158703327, 0.00784081220626831, -0.043766289949417114, 0.0038483748212456703, -0.04968881234526634, -0.011005549691617489, 0.07260487973690033, -0.016112521290779114, -0.009390435181558132, -0.03793717548251152, -0.003047912148758769, -0...
0.136368
by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.) | | --pod-manifest-path string | | | | Path to the directory containing static pod files to run, or the path to a single static pod file. Files starting with dots will be ignored. (DEPRECA...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kubelet.md
main
kubernetes
[ 0.054844968020915985, -0.02599061280488968, 0.005164931528270245, -0.004112852271646261, -0.055186521261930466, -0.006252514664083719, -0.04924945533275604, 0.025506483390927315, 0.06194378063082695, 0.035325199365615845, -0.039927463978528976, -0.030559834092855453, -0.014265372417867184, ...
0.140167
This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.) | | --registry-qps int32 Default: 5 | | | | If > 0, limit registry pull QPS to this value. If 0, unlimited. (DEPRECATED: This par...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kubelet.md
main
kubernetes
[ 0.015536126680672169, 0.03177876025438309, -0.048099394887685776, 0.04327491670846939, -0.08433213084936142, 0.07456508278846741, -0.007570323999971151, 0.0032945796847343445, 0.06583045423030853, -0.0046073938719928265, -0.030945897102355957, -0.12489583343267441, -0.02079264260828495, -0...
0.159843
set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.) | | --streaming-connection-idle-timeout duration Default: 4h0m0s | | | | Maximum time a streaming connection can be idle before the connection is automati...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kubelet.md
main
kubernetes
[ 0.08444322645664215, 0.04289627820253372, -0.008413614705204964, -0.01470875646919012, -0.07307480275630951, 0.014760180376470089, -0.06271389126777649, -0.03116205893456936, 0.05125093832612038, -0.027812734246253967, -0.04748102277517319, -0.05448257550597191, -0.021819820627570152, -0.0...
0.11458
parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.) | | --topology-manager-policy-options <comma-separated 'key=value' pairs> | | | | A set of key=value Topology Manager policy options t...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kubelet.md
main
kubernetes
[ 0.05285363271832466, 0.002810157835483551, 0.026476340368390083, 0.010828545317053795, -0.06363034248352051, 0.04004892334342003, 0.004428870044648647, -0.0046587674878537655, 0.025824887678027153, -0.012716764584183693, -0.03187192603945732, -0.08224034309387207, 0.017343686893582344, -0....
0.123379
## {{% heading "synopsis" %}} The Kubernetes scheduler is a control plane process which assigns Pods to Nodes. The scheduler determines which Nodes are valid placements for each Pod in the scheduling queue according to constraints and available resources. The scheduler then ranks each valid Node and binds the Pod to a ...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-scheduler.md
main
kubernetes
[ 0.002962190192192793, 0.02600071020424366, -0.004719872027635574, 0.0280860997736454, -0.017114780843257904, 0.03393401950597763, 0.024378186091780663, -0.05110114440321922, 0.07192429900169373, -0.007834347896277905, -0.04365595057606697, -0.0501365028321743, -0.020347585901618004, -0.030...
0.177467
if a config file is specified in --config. | | --disable-http2-serving | | | | If true, HTTP2 serving will be disabled [default=false] | | --disabled-metrics strings | | | | This flag provides an escape hatch for misbehaving metrics. You must provide the fully qualified metric name in order to disable it. Disclaimer: d...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-scheduler.md
main
kubernetes
[ 0.029801540076732635, 0.026803864166140556, -0.00986708514392376, -0.010791236534714699, -0.014630280435085297, -0.005810624919831753, -0.06388407945632935, -0.04125739634037018, 0.01607469469308853, -0.03217247501015663, 0.02081991732120514, -0.043561555445194244, -0.02100759744644165, -0...
-0.001424
kube:PodReadyToStartContainersCondition=true|false (BETA - default=true) kube:PodTopologyLabelsAdmission=true|false (BETA - default=true) kube:PortForwardWebsockets=true|false (BETA - default=true) kube:PreventStaticPodAPIReferences=true|false (BETA - default=true) kube:ProcMountType=true|false (BETA - default=true) ku...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-scheduler.md
main
kubernetes
[ 0.033358123153448105, -0.03362894430756569, 0.00041131049511022866, -0.013261557556688786, -0.058482296764850616, 0.03636404499411583, -0.012575926259160042, -0.08283236622810364, 0.08568557351827621, 0.049725960940122604, 0.027044374495744705, -0.0492587685585022, -0.0040117246098816395, ...
0.121181
used for locking during leader election. | | --leader-elect-retry-period duration Default: 2s | | | | The duration the clients should wait between attempting acquisition and renewal of a leadership. This is only applicable if leader election is enabled. | | --log-flush-frequency duration Default: 5s | | | | Maximum num...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-scheduler.md
main
kubernetes
[ 0.026183415204286575, 0.036503247916698456, -0.06938442587852478, -0.029914872720837593, -0.02018982172012329, -0.004608036018908024, 0.028580132871866226, 0.004174378234893084, 0.03379185497760773, 0.031448982656002045, 0.00249040056951344, 0.04445025697350502, 0.012213146314024925, -0.01...
0.185809
RemoteRequestHeaderUID feature to be enabled. | | --requestheader-username-headers strings Default: "x-remote-user" | | | | List of request headers to inspect for usernames. X-Remote-User is common. | | --secure-port int Default: 10259 | | | | The port on which to serve HTTPS with authentication and authorization. If 0...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/kube-scheduler.md
main
kubernetes
[ 0.016167258843779564, 0.11799848824739456, -0.012888487428426743, -0.044142864644527435, 0.022360777482390404, -0.016944414004683495, -0.031795404851436615, 0.03990568593144417, 0.009640475735068321, 0.021299896761775017, 0.03732440620660782, -0.08526244759559631, 0.053139712661504745, 0.0...
-0.122018
This page contains list of feature gates that have been removed. The information on this page is for reference. A removed feature gate is different from a GA'ed or deprecated one in that a removed one is no longer recognized as a valid feature gate. However, a GA'ed or a deprecated feature gate is still recognized by t...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/feature-gates-removed/index.md
main
kubernetes
[ 0.024110427126288414, -0.04867970198392868, 0.06223583593964577, 0.0513647198677063, 0.0458170622587204, 0.03299178183078766, -0.05838562920689583, -0.11733101308345795, -0.0014852232998237014, 0.03271403908729553, 0.0329839289188385, 0.015935679897665977, -0.063301220536232, -0.0214942190...
0.068095
Enable detection of the kubelet cgroup driver configuration option from the {{}}. This feature gate is now on for all clusters. However, it only works on nodes where there is a CRI container runtime that supports the `RuntimeConfig` CRI call. If the CRI supports this feature, the kubelet ignores the `cgroupDriver` conf...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/feature-gates/KubeletCgroupDriverFromCRI.md
main
kubernetes
[ 0.02378767356276512, 0.02705368958413601, 0.054325420409440994, 0.034249041229486465, -0.014140632934868336, 0.017034731805324554, -0.05674957484006882, -0.046621471643447876, 0.027346573770046234, -0.06737933307886124, -0.027705373242497444, -0.12332296371459961, -0.007079496514052153, -0...
0.120096
Extend the kubelet's [pod resources monitoring gRPC API](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/) endpoints List and Get to include resources allocated in ResourceClaims via [Dynamic Resource Allocation](/docs/concepts/scheduling-eviction/dynamic-resource-allocation/). Below is an example o...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/feature-gates/KubeletPodResourcesDynamicResources.md
main
kubernetes
[ -0.02949737012386322, 0.01620902679860592, -0.022189659997820854, 0.05673041194677353, 0.004489709157496691, -0.04919629916548729, -0.0046282438561320305, 0.0033619983587414026, 0.05228396877646446, -0.021222952753305435, -0.08322186022996902, -0.08882605284452438, -0.025867722928524017, 0...
0.105798
Allows authorization to use field and label selectors. Enables `fieldSelector` and `labelSelector` fields in the [SubjectAccessReview API](/docs/reference/kubernetes-api/authorization-resources/subject-access-review-v1/), passes field and label selector information to [authorization webhooks](/docs/reference/access-aut...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/feature-gates/AuthorizeWithSelectors.md
main
kubernetes
[ -0.03636758401989937, 0.154034823179245, -0.07409679889678955, -0.01961265690624714, 0.027778252959251404, 0.04452306404709816, 0.07349962741136551, -0.04251912236213684, 0.07412978261709213, -0.01372565422207117, 0.0036524739116430283, -0.09141075611114502, 0.006214036140590906, -0.006864...
0.140691
When the `AuthorizePodWebsocketUpgradeCreatePermission` feature gate is `true`, clients must be authorized to \*\*create\*\* Pod subresources even when triggering their creation using a WebSocket. The connection upgrade request occurs for each of the following subresources: `pods/exec`, `pods/attach`, and `pods/portfor...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/feature-gates/AuthorizePodWebsocketUpgradeCreatePermission.md
main
kubernetes
[ -0.018457351252436638, -0.037845589220523834, 0.022019820287823677, -0.004472155589610338, -0.034877728670835495, -0.07175642997026443, 0.0012975041754543781, -0.04236514866352081, -0.023535948246717453, 0.023795783519744873, -0.007605406921356916, 0.02680625393986702, -0.03815578296780586, ...
0.092436
Use stricter validation for fields containing IP addresses and CIDR values. In particular, with this feature gate enabled, octets within IPv4 addresses are not allowed to have any leading `0`s, and IPv4-mapped IPv6 values (e.g. `::ffff:192.168.0.1`) are forbidden. These sorts of values can potentially cause security pr...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/feature-gates/StrictIPCIDRValidation.md
main
kubernetes
[ 0.03355429694056511, 0.06960389763116837, 0.027660410851240158, -0.05833754688501358, -0.04762481153011322, 0.042505599558353424, -0.0327126681804657, -0.08604746311903, 0.12639835476875305, -0.015656419098377228, -0.02895120158791542, -0.08427878469228745, -0.015219545923173428, 0.0032352...
-0.017802
When enabled, along with the [DeclarativeValidation](/docs/reference/command-line-tools-reference/feature-gates/DeclarativeValidation/) feature gate, declarative validation errors are returned directly to the caller, replacing hand-written validation errors for rules that have declarative implementations. When disabled...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/feature-gates/DeclarativeValidationTakeover.md
main
kubernetes
[ -0.018213553354144096, -0.016265975311398506, 0.025497036054730415, 0.025312187150120735, -0.034220997244119644, -0.09283606708049774, -0.04225724935531616, 0.03296743333339691, -0.01146847102791071, -0.02129397541284561, -0.00755851436406374, -0.04740874841809273, 0.028652673587203026, 0....
0.117603
Enable the `allocatedResourcesStatus` field within the `.status` for a Pod. The field reports additional details for each container in the Pod, with the health information for each device assigned to the Pod. This feature applies to devices managed by both [Device Plugins](/docs/concepts/extend-kubernetes/compute-stora...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/feature-gates/ResourceHealthStatus.md
main
kubernetes
[ 0.07240722328424454, 0.018179304897785187, 0.033397890627384186, 0.045966584235429764, 0.030165351927280426, -0.058606356382369995, 0.03024245612323284, 0.006986989639699459, 0.028119780123233795, 0.048018261790275574, -0.0028129504062235355, -0.015006780624389648, -0.017301039770245552, -...
0.183193
Enables declarative validation of in-tree Kubernetes APIs. When enabled, APIs with declarative validation rules (defined using IDL tags in the Go code) will have both the generated declarative validation code and the original hand-written validation code executed. The results are compared, and any discrepancies are rep...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/feature-gates/DeclarativeValidation.md
main
kubernetes
[ -0.013740339316427708, 0.019250813871622086, 0.07528860867023468, -0.029354102909564972, -0.016617361456155777, -0.05997636914253235, -0.05585678294301033, -0.01681993342936039, 0.08589629083871841, 0.014910208992660046, -0.012112473137676716, -0.04854224994778633, -0.013909085653722286, 0...
0.068272
This page contains an overview of the various feature gates an administrator can specify on different Kubernetes components. See [feature stages](#feature-stages) for an explanation of the stages for a feature. ## Overview Feature gates are a set of key=value pairs that describe Kubernetes features. You can turn these ...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/feature-gates/index.md
main
kubernetes
[ 0.08450286090373993, 0.0034153505694121122, 0.01126522570848465, 0.01869499310851097, -0.025578659027814865, 0.039557136595249176, -0.017456267029047012, -0.05380532145500183, 0.0003775276127271354, 0.011237600818276405, -0.04233782738447189, -0.051390133798122406, -0.033793408423662186, -...
0.053687
independently, you may be able to relax this restriction. {{< note >}} Please do try \*Beta\* features and give feedback on them! After they exit beta, it may not be practical for us to make more changes. {{< /note >}} A \*General Availability\* (GA) feature is also referred to as a \*stable\* feature. It means: \* The...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/feature-gates/index.md
main
kubernetes
[ -0.014037651009857655, 0.0441136509180069, 0.08617155998945236, 0.03459407761693001, 0.025966783985495567, 0.05650445446372032, -0.018508825451135635, -0.07708731293678284, -0.0442584827542305, -0.004747010301798582, -0.02472931332886219, 0.006081394385546446, -0.00255751796066761, 0.00125...
0.093078
Enables support for requesting [admin access](/docs/concepts/scheduling-eviction/dynamic-resource-allocation/#admin-access) in a ResourceClaim or a ResourceClaimTemplate. Admin access grants access to in-use devices and may enable additional permissions when making the device available in a container. Starting with Kub...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/feature-gates/DRAAdminAccess.md
main
kubernetes
[ -0.03137588128447533, 0.030820542946457863, 0.031119218096137047, 0.007608425337821245, -0.0019524997333064675, -0.025954505428671837, 0.04585583508014679, -0.0444101057946682, 0.05973294377326965, 0.033064957708120346, -0.024493269622325897, -0.006719628814607859, 0.0011704222997650504, 0...
0.133612
Enable support for the kubelet to receive container life cycle events from the {{< glossary\_tooltip text="container runtime" term\_id="container-runtime" >}} via an extension to {{}}. (PLEG is an abbreviation for “Pod lifecycle event generator”). For this feature to be useful, you also need to enable support for conta...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/feature-gates/EventedPLEG.md
main
kubernetes
[ -0.009682796895503998, -0.004463082179427147, 0.0730648785829544, -0.017090652137994766, -0.027290964499115944, 0.01936516724526882, -0.011809999123215675, -0.03526029735803604, 0.07858985662460327, -0.04176393523812294, -0.02901778556406498, -0.10721582174301147, -0.06440547853708267, -0....
0.107061
Enhance Kubernetes API server performance by serving consistent \*\*list\*\* requests directly from its watch cache, improving scalability and response times. To consistent list from cache Kubernetes requires a newer etcd version (v3.4.31+ or v3.5.13+), that includes fixes to watch progress request feature. If older et...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/feature-gates/ConsistentListFromCache.md
main
kubernetes
[ -0.044542327523231506, 0.03690379485487938, 0.07791591435670853, -0.034829914569854736, -0.06123267486691475, 0.006000062450766563, -0.03329979255795479, -0.08847489207983017, 0.07571549713611603, 0.03694719076156616, -0.07758881151676178, 0.040201764553785324, -0.03532519191503525, -0.006...
0.108735
The feature gate `VolumeCapacityPriority` was used in v1.32 to support storage that are statically provisioned. Starting from v1.33, the new feature gate `StorageCapacityScoring` replaces the old `VolumeCapacityPriority` gate with added support to dynamically provisioned storage. When `StorageCapacityScoring` is enable...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/command-line-tools-reference/feature-gates/StorageCapacityScoring.md
main
kubernetes
[ -0.001953687984496355, -0.011412925086915493, -0.026336824521422386, 0.04822200909256935, -0.0061081103049218655, -0.03305012360215187, -0.04535825178027153, -0.0018630009144544601, 0.03267555683851242, 0.03332464024424553, -0.00829361192882061, 0.001922411727719009, 0.039985980838537216, ...
0.173527
Constraints resource consumption per {{< glossary\_tooltip text="container" term\_id="container" >}} or {{< glossary\_tooltip text="Pod" term\_id="pod" >}}, specified for a particular {{< glossary\_tooltip text="namespace" term\_id="namespace" >}}. A [LimitRange](/docs/concepts/policy/limit-range/) either limits the qu...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/limitrange.md
main
kubernetes
[ -0.06425154954195023, 0.025230495259165764, 0.05361654609441757, 0.012821205891668797, 0.006867026444524527, -0.02485496550798416, 0.10603311657905579, -0.050015829503536224, 0.04010714963078499, 0.009392748586833477, -0.019161270931363106, -0.07638392597436905, 0.029664061963558197, -0.02...
0.000302
A person who customizes the Kubernetes platform to fit the needs of their project. A platform developer may, for example, use [Custom Resources](/docs/concepts/extend-kubernetes/api-extension/custom-resources/) or [Extend the Kubernetes API with the aggregation layer](/docs/concepts/extend-kubernetes/api-extension/apis...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/platform-developer.md
main
kubernetes
[ -0.015236242674291134, -0.014113692566752434, 0.03747473284602165, -0.0023933567572385073, 0.0062093487940728664, -0.019111227244138718, 0.07915810495615005, 0.04914466664195061, 0.06795670092105865, 0.008559015579521656, -0.02830863930284977, -0.04342147707939148, -0.06107504293322563, -0...
0.218763
May refer to: core Kubernetes or the source repo from which a repo was forked. \* In the \*\*Kubernetes Community\*\*: Conversations often use \*upstream\* to mean the core Kubernetes codebase, which the general ecosystem, other code, or third-party tools rely upon. For example, [community members](#term-member) may su...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/upstream.md
main
kubernetes
[ -0.06115061044692993, -0.09411276131868362, 0.036391351372003555, -0.034000612795352936, -0.018677636981010437, 0.011353401467204094, 0.02258276753127575, 0.03713173791766167, 0.06835563480854034, -0.006085938308387995, 0.015783684328198433, -0.03127014636993408, 0.013185778632760048, -0.0...
0.166289
Immutable Infrastructure refers to computer infrastructure (virtual machines, containers, network appliances) that cannot be changed once deployed. Immutability can be enforced by an automated process that overwrites unauthorized changes or through a system that won’t allow changes in the first place. {{< glossary\_too...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/immutable-infrastructure.md
main
kubernetes
[ -0.00575643964111805, 0.032869406044483185, 0.03702715039253235, -0.037812668830156326, 0.058555908501148224, -0.1048387661576271, 0.03799465671181679, 0.01879074238240719, 0.07083551585674286, 0.012177825905382633, 0.008948839269578457, 0.039950620383024216, 0.03310118615627289, 0.0673018...
0.190393
Node-pressure eviction is the process by which the {{}} proactively terminates pods to reclaim {{< glossary\_tooltip text="resource" term\_id="infrastructure-resource" >}} on nodes. The kubelet monitors resources like CPU, memory, disk space, and filesystem inodes on your cluster's nodes. When one or more of these reso...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/node-pressure-eviction.md
main
kubernetes
[ -0.03611043840646744, 0.07594088464975357, 0.059066250920295715, 0.05434023216366768, 0.012607154436409473, -0.04657015949487686, -0.005371083039790392, -0.050964172929525375, 0.10089508444070816, 0.0037277990486472845, -0.0040185535326600075, -0.05100277066230774, -0.0057749878615140915, ...
0.215115
A set of worker machines, called {{< glossary\_tooltip text="nodes" term\_id="node" >}}, that run containerized applications. Every cluster has at least one worker node. The worker node(s) host the {{< glossary\_tooltip text="Pods" term\_id="pod" >}} that are the components of the application workload. The {{< glossary...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/cluster.md
main
kubernetes
[ -0.0023408536799252033, -0.012444342486560345, 0.016735419631004333, 0.05219573527574539, 0.011673788540065289, -0.05846085771918297, 0.04961201921105385, -0.01848612166941166, 0.054929666221141815, 0.02921663038432598, -0.0011487150331959128, -0.006468970328569412, -0.0107230544090271, -0...
0.278403
Legacy term, used as synonym for {{< glossary\_tooltip text="nodes" term\_id="node" >}} hosting the {{< glossary\_tooltip text="control plane" term\_id="control-plane" >}}. The term is still being used by some provisioning tools, such as {{< glossary\_tooltip text="kubeadm" term\_id="kubeadm" >}}, and managed services,...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/master.md
main
kubernetes
[ -0.059959277510643005, -0.01072809100151062, 0.05153879523277283, 0.008419886231422424, -0.03442748636007309, -0.036500800400972366, 0.08703286200761795, -0.031374506652355194, 0.033298466354608536, 0.05603654310107231, 0.026101110503077507, -0.01034451648592949, 0.020948702469468117, -0.0...
0.057467
A tool that lets you use OCI container runtimes with Kubernetes CRI. CRI-O is an implementation of the {{< glossary\_tooltip term\_id="cri" >}} to enable using {{< glossary\_tooltip text="container" term\_id="container" >}} runtimes that are compatible with the Open Container Initiative (OCI) [runtime spec](https://www...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/cri-o.md
main
kubernetes
[ -0.04370119050145149, 0.027517268434166908, 0.05777474865317345, -0.01441600825637579, 0.007431987207382917, -0.07207020372152328, 0.03865714743733406, -0.03761206194758415, 0.07335034757852554, -0.03011980839073658, 0.002094921190291643, -0.10064337402582169, -0.004538330249488354, -0.009...
0.12262
Stores sensitive information, such as passwords, OAuth tokens, and SSH keys. Secrets give you more control over how sensitive information is used and reduces the risk of accidental exposure. Secret values are encoded as base64 strings and are stored unencrypted by default, but can be configured to be [encrypted at rest...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/secret.md
main
kubernetes
[ -0.02236984111368656, 0.02997499145567417, -0.019665388390421867, 0.031474191695451736, 0.034243933856487274, 0.010805265977978706, 0.04962889105081558, 0.015850920230150223, 0.11187219619750977, 0.010875088162720203, 0.034906335175037384, 0.00840177945792675, -0.010422802530229092, -0.057...
0.186641
Kubernetes' mechanism to expose Pod and container field values to code running in a container. It is sometimes useful for a container to have information about itself, without needing to make changes to the container code that directly couple it to Kubernetes. The Kubernetes downward API allows containers to consume in...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/downward-api.md
main
kubernetes
[ 0.007721574045717716, 0.08554498106241226, 0.017536792904138565, 0.009543297812342644, -0.035445332527160645, -0.06261841207742691, 0.013575196266174316, 0.037902239710092545, 0.09886841475963593, 0.005237862002104521, -0.02737215720117092, -0.006081121973693371, 0.016385281458497047, -0.0...
0.199063
`kOps` will not only help you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes cluster, but it will also provision the necessary cloud infrastructure. {{< note >}} AWS (Amazon Web Services) is currently officially supported, with DigitalOcean, GCE and OpenStack in beta support, and A...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/kops.md
main
kubernetes
[ -0.04093462973833084, -0.011246410198509693, 0.03170855715870857, -0.016689488664269447, 0.0847553089261055, 0.030966952443122864, -0.054054733365774155, -0.05061929300427437, -0.0089686568826437, 0.08263836055994034, -0.01915705017745495, -0.03331167250871658, 0.014487815089523792, -0.030...
0.128062
A specification of how groups of Pods are allowed to communicate with each other and with other network endpoints. NetworkPolicies help you declaratively configure which Pods are allowed to connect to each other, which namespaces are allowed to communicate, and more specifically which port numbers to enforce each polic...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/network-policy.md
main
kubernetes
[ 0.0018639472546055913, -0.05405520647764206, -0.017252489924430847, -0.022488761693239212, -0.06744769215583801, 0.0008102756692096591, -0.0026167570613324642, -0.006788743659853935, -0.01570393145084381, 0.043661877512931824, -0.028726788237690926, -0.03196287900209427, -0.01133678946644067...
0.188646
Feature to let a kube-apiserver proxy a resource request to a different peer API server. When a cluster has multiple API servers running different versions of Kubernetes, this feature enables {{< glossary\_tooltip text="resource" term\_id="api-resource" >}} requests to be served by the correct API server. MVP is disabl...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/mixed-version-proxy.md
main
kubernetes
[ -0.068246990442276, -0.01969578117132187, 0.02394520305097103, -0.002736754482612014, -0.05582334101200104, 0.011213772930204868, 0.0148971201851964, -0.12948665022850037, 0.032934971153736115, 0.0165571141988039, -0.042987123131752014, -0.032987628132104874, 0.02825300395488739, -0.005292...
0.071723
Disruptions are events that lead to one or more {{< glossary\_tooltip term\_id="pod" text="Pods" >}} going out of service. A disruption has consequences for workload management {{< glossary\_tooltip text="resources" term\_id="api-resource" >}}, such as {{< glossary\_tooltip term\_id="deployment" >}}, that rely on the a...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/disruption.md
main
kubernetes
[ -0.0010270040947943926, -0.03666817024350166, 0.10494723916053772, 0.05356023088097572, 0.04821223020553589, -0.040537018328905106, 0.051361508667469025, 0.004132120404392481, 0.051542095839977264, 0.02438124641776085, 0.017813708633184433, 0.00880957581102848, -0.008355761878192425, -0.04...
0.237118
Device plugins run on worker {{< glossary\_tooltip term\_id="node" text="Nodes">}} and provide {{< glossary\_tooltip term\_id="pod" text="Pods">}} with access to infrastructure {{< glossary\_tooltip text="resources" term\_id="infrastructure-resource" >}}, such as local hardware, that require vendor-specific initializat...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/device-plugin.md
main
kubernetes
[ -0.05039265751838684, -0.013107065111398697, 0.06098959967494011, -0.01037100050598383, -0.04584468901157379, -0.04626760631799698, 0.07899896055459976, -0.012351424433290958, 0.0372270792722702, 0.0040382156148552895, -0.0017778577748686075, -0.0840378850698471, -0.0018683432135730982, 0....
0.125162
A technique for assigning requests to queues that provides better isolation than hashing modulo the number of queues. We are often concerned with insulating different flows of requests from each other, so that a high-intensity flow does not crowd out low-intensity flows. A simple way to put requests into queues is to h...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/shuffle-sharding.md
main
kubernetes
[ -0.034635599702596664, 0.006980668753385544, -0.002773023908957839, -0.05942428484559059, -0.033136140555143356, -0.037178099155426025, 0.10551353543996811, -0.06124491989612579, 0.1040012463927269, 0.018838563933968544, -0.03654009476304054, 0.07413200289011002, 0.06546340137720108, -0.06...
0.13773
A core object consisting of three required properties: key, value, and effect. Tolerations enable the scheduling of pods on nodes or node groups that have matching {{< glossary\_tooltip text="taints" term\_id="taint" >}}. Tolerations and {{< glossary\_tooltip text="taints" term\_id="taint" >}} work together to ensure t...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/toleration.md
main
kubernetes
[ -0.08537285029888153, 0.013809822499752045, 0.10046859085559845, 0.04646315425634384, 0.015079130418598652, -0.004560680594295263, 0.09893365204334259, -0.06992021948099136, 0.008520811796188354, 0.0099551472812891, -0.04612239822745323, -0.08805686235427856, 0.01820976287126541, -0.031241...
0.104896
An {{< glossary\_tooltip text="object" term\_id="object" >}} that automatically scales the number of {{< glossary\_tooltip term\_id="pod" >}} replicas, based on targeted {{< glossary\_tooltip text="resource" term\_id="infrastructure-resource" >}} utilization or custom metric targets. HorizontalPodAutoscaler (HPA) is ty...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/horizontal-pod-autoscaler.md
main
kubernetes
[ -0.06998267769813538, 0.013249061070382595, 0.03914465010166168, -0.026684945449233055, -0.07685203850269318, -0.01919632963836193, 0.0469905361533165, -0.0200453270226717, 0.056867923587560654, 0.0014166864566504955, 0.002368876477703452, -0.05461985990405083, 0.009413393214344978, -0.018...
0.036291
A business or other organization that offers a cloud computing platform. Cloud providers, sometimes called Cloud Service Providers (CSPs), offer cloud computing platforms or services. Many cloud providers offer managed infrastructure (also called Infrastructure as a Service or IaaS). With managed infrastructure the clo...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/cloud-provider.md
main
kubernetes
[ -0.000003241596914449474, -0.035642240196466446, 0.027772331610322, 0.035025160759687424, -0.008728818036615849, 0.002103886567056179, 0.0486445352435112, -0.03172534704208374, 0.15352186560630798, 0.07797731459140778, -0.013266491703689098, 0.012275575660169125, 0.004096913151443005, -0.0...
0.273343
The container orchestration layer that exposes the API and interfaces to define, deploy, and manage the lifecycle of containers. This layer is composed by many different components, such as (but not restricted to): \* {{< glossary\_tooltip text="etcd" term\_id="etcd" >}} \* {{< glossary\_tooltip text="API Server" term\...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/control-plane.md
main
kubernetes
[ -0.10032786428928375, 0.06031118705868721, 0.0730704516172409, -0.022251801565289497, -0.020038871094584465, -0.026974396780133247, 0.03881131485104561, -0.08941341191530228, 0.08264210820198059, 0.003445998765528202, -0.0011887082364410162, -0.07066400349140167, -0.00925453845411539, -0.0...
0.096198
kube-proxy is a network proxy that runs on each {{< glossary\_tooltip text="node" term\_id="node" >}} in your cluster, implementing part of the Kubernetes {{< glossary\_tooltip term\_id="service">}} concept. [kube-proxy](/docs/reference/command-line-tools-reference/kube-proxy/) maintains network rules on nodes. These n...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/kube-proxy.md
main
kubernetes
[ 0.01508568599820137, -0.017550738528370857, 0.04832242801785469, -0.03600803017616272, -0.07112583518028259, 0.0023802509531378746, 0.05602513253688812, -0.07069957256317139, 0.06356723606586456, 0.04783537611365318, -0.06568632274866104, -0.031280554831027985, -0.004483694210648537, -0.10...
0.224585
A whole-number representation of small or large numbers using [SI](https://en.wikipedia.org/wiki/International\_System\_of\_Units) suffixes. Quantities are representations of small or large numbers using a compact, whole-number notation with SI suffixes. Fractional numbers are represented using milli units, while large...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/quantity.md
main
kubernetes
[ 0.03087175451219082, 0.005291901063174009, -0.0698428824543953, -0.022994007915258408, -0.07321818917989731, -0.06142033636569977, -0.0228481013327837, 0.08619122207164764, 0.04893094673752785, -0.0009329792810603976, -0.014182914979755878, -0.04850013554096222, 0.07362374663352966, 0.0534...
0.129527
A node is a worker machine in Kubernetes. A worker node may be a VM or physical machine, depending on the cluster. It has local daemons or services necessary to run {{< glossary\_tooltip text="Pods" term\_id="pod" >}} and is managed by the control plane. The daemons on a node include {{< glossary\_tooltip text="kubelet...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/node.md
main
kubernetes
[ -0.03681745380163193, 0.06397098302841187, 0.0665474534034729, 0.015321789309382439, -0.00612269202247262, -0.03922722488641739, 0.04905882105231285, -0.03748030588030815, 0.0855739638209343, 0.03547685220837593, -0.005138051230460405, -0.05245403200387955, 0.013224110007286072, -0.0876722...
0.196328
FlexVolume is a deprecated interface for creating out-of-tree volume plugins. The {{< glossary\_tooltip text="Container Storage Interface" term\_id="csi" >}} is a newer interface that addresses several problems with FlexVolume. FlexVolumes enable users to write their own drivers and add support for their volumes in Kub...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/flexvolume.md
main
kubernetes
[ -0.009789586067199707, -0.039277128875255585, 0.029946086928248405, -0.005848799832165241, -0.03157834708690643, -0.004602550063282251, -0.010298413224518299, 0.03771675005555153, 0.09874707460403442, 0.01267890352755785, 0.009570363909006119, -0.054889705032110214, -0.021879736334085464, ...
0.051554
The process of safely evicting {{< glossary\_tooltip text="Pods" term\_id="pod" >}} from a {{< glossary\_tooltip text="Node" term\_id="node" >}} to prepare it for maintenance or removal from a {{< glossary\_tooltip text="cluster" term\_id="cluster" >}}. The `kubectl drain` command is used to mark a {{< glossary\_toolti...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/drain.md
main
kubernetes
[ -0.07412482053041458, 0.06839779764413834, 0.11384827643632889, 0.028177078813314438, -0.010969805531203747, -0.06845027953386307, 0.07906775921583176, -0.11683685332536697, 0.10002193599939346, 0.007357854396104813, 0.030491802841424942, -0.028437655419111252, 0.030710313469171524, -0.062...
0.053896
EndpointSlices track the IP addresses of backend endpoints. EndpointSlices are normally associated with a {{< glossary\_tooltip text="Service" term\_id="service" >}} and the backend endpoints typically represent {{< glossary\_tooltip text="Pods" term\_id="pod" >}}. One Service can be backed by multiple Pods. Kubernetes...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/endpoint-slice.md
main
kubernetes
[ 0.0006418479606509209, -0.08422291278839111, 0.027370061725378036, -0.01940651796758175, -0.0399022214114666, 0.012177027761936188, 0.03179115802049637, -0.04611460119485855, 0.11257829517126083, 0.006741669960319996, 0.03390907496213913, -0.009627099148929119, -0.027578681707382202, -0.03...
0.119029
An abstraction used by Kubernetes to support isolation of groups of {{< glossary\_tooltip text="API resources" term\_id="api-resource" >}} within a single {{< glossary\_tooltip text="cluster" term\_id="cluster" >}}. Namespaces are used to organize objects in a cluster and provide a way to divide cluster resources. Name...
https://github.com/kubernetes/website/blob/main//content/en/docs/reference/glossary/namespace.md
main
kubernetes
[ -0.07258892059326172, -0.014044000767171383, 0.04918782040476799, 0.046695102006196976, -0.01689409278333187, -0.01450736541301012, 0.0745878741145134, -0.09844501316547394, 0.10108683258295059, -0.0057123214937746525, -0.0036897200625389814, -0.09812071174383163, 0.020891763269901276, -0....
0.131362