- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 281 - 290 of 699 for host:kubernetes.io (0.26 sec)
-
kubectl annotate | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_annotate/Registered: Wed Sep 03 06:39:32 UTC 2025 - 467.3K bytes - Viewed (0) -
kubectl certificate deny | Kubernetes
Synopsis Deny a certificate signing request. kubectl certificate deny allows a cluster admin to deny a certificate signing request (CSR). This action tells a certificate signing controller to not to issue a certificate to the requester. kubectl certificate deny (-f FILENAME | NAME) Examples # Deny CSR 'csr-sqgzp' kubectl certificate deny csr-sqgzp 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.kubernetes.io/docs/reference/kubectl/generated/kubectl_certificate/kubectl_certificate_deny/Registered: Wed Sep 03 06:42:56 UTC 2025 - 464.4K bytes - Viewed (0) -
kubectl config set-cluster | Kubernetes
Synopsis Set a cluster entry in kubeconfig. Specifying a name that already exists will merge new fields on top of existing values for those fields. kubectl config set-cluster NAME [--server=server] [--certificate-authority=path/to/certificate/authority] [--insecure-skip-tls-verify=true] [--tls-server-name=example.com] Examples # Set only the server field on the e2e cluster entry without touching other values kubectl config set-cluster e2e --server=https://1.2.3.4 # Embed certificate authority data for the e2e cluster entry kubectl config set-cluster e2e --embed-certs --certificate-authority=~/.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_set-cluster/Registered: Wed Sep 03 06:42:25 UTC 2025 - 463.7K bytes - Viewed (0) -
Helping as a blog writing buddy | Kubernetes
There are two official Kubernetes blogs, and the CNCF has its own blog where you can cover Kubernetes too. Read contributing to Kubernetes blogs to learn about these two blogs. When people contribute to either blog as an author, the Kubernetes project pairs up authors as writing buddies. This page explains how to fulfil the buddy role. You should make sure that you have at least read an outline of article submission before you read on within this page.kubernetes.io/docs/contribute/blog/writing-buddy/Registered: Wed Sep 03 06:56:52 UTC 2025 - 459.8K bytes - Viewed (0) -
kubectl plugin list | Kubernetes
Synopsis List all available plugin files on a user's PATH. To see plugins binary names without the full path use --name-only flag. Available plugin files are those that are: - executable - anywhere on the user's PATH - begin with "kubectl-" kubectl plugin list [flags] Examples # List all available plugins kubectl plugin list # List only binary names of available plugins without paths kubectl plugin list --name-only Options -h, --help help for listkubernetes.io/docs/reference/kubectl/generated/kubectl_plugin/kubectl_plugin_list/Registered: Wed Sep 03 06:57:43 UTC 2025 - 462.4K bytes - Viewed (0) -
kubectl wait | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_wait/Registered: Wed Sep 03 06:57:34 UTC 2025 - 466.3K bytes - Viewed (0) -
Generating Reference Pages for Kubernetes Compo...
This page shows how to build the Kubernetes component and tool reference pages. Before you begin Start with the Prerequisites section in the Reference Documentation Quickstart guide. Follow the Reference Documentation Quickstart to generate the Kubernetes component and tool reference pages. What's next Generating Reference Documentation Quickstart Generating Reference Documentation for kubectl Commands Generating Reference Documentation for the Kubernetes API Contributing to the Upstream Kubernetes Project for Documentationkubernetes.io/docs/contribute/generate-ref-docs/kubernetes-components/Registered: Wed Sep 03 06:58:35 UTC 2025 - 456.6K bytes - Viewed (0) -
Example: Deploying Cassandra with a StatefulSet...
This tutorial shows you how to run Apache Cassandra on Kubernetes. Cassandra, a database, needs persistent storage to provide data durability (application state). In this example, a custom Cassandra seed provider lets the database discover new Cassandra instances as they join the Cassandra cluster. StatefulSets make it easier to deploy stateful applications into your Kubernetes cluster. For more information on the features used in this tutorial, see StatefulSet. Note:Cassandra and Kubernetes both use the term node to mean a member of a cluster.kubernetes.io/docs/tutorials/stateful-application/cassandra/Registered: Wed Sep 03 06:34:57 UTC 2025 - 500.2K bytes - Viewed (0) -
Certificates and Certificate Signing Requests |...
Kubernetes certificate and trust bundle APIs enable automation of X.509 credential provisioning by providing a programmatic interface for clients of the Kubernetes API to request and obtain X.509 certificates from a Certificate Authority (CA). There is also experimental (alpha) support for distributing trust bundles. Certificate signing requests FEATURE STATE: Kubernetes v1.19 [stable] A CertificateSigningRequest (CSR) resource is used to request that a certificate be signed by a denoted signer, after which the request may be approved or denied before finally being signed.kubernetes.io/docs/reference/access-authn-authz/certificate-signing-requests/Registered: Wed Sep 03 06:35:02 UTC 2025 - 513.3K bytes - Viewed (0) -
Articles on dockershim Removal and on Using CRI...
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 (originally published 2020/12/02) Kubernetes blog: Updated: Dockershim Removal FAQ (updated published 2022/02/17) Kubernetes blog: Kubernetes is Moving on From Dockershim: Commitments and Next Steps (published 2022/01/07) Kubernetes blog: Dockershim removal is coming.kubernetes.io/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes/Registered: Wed Sep 03 06:36:03 UTC 2025 - 458.7K bytes - Viewed (0)