- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 477 for content_length:[500000 TO 999999] (0.09 sec)
-
kubeadm Configuration (v1beta4) | Kubernetes
Overview Package v1beta4 defines the v1beta4 version of the kubeadm configuration file format. This version improves on the v1beta3 format by fixing some minor issues and adding a few new fields. A list of changes since v1beta3: v1.33: Add an EtcdUpgrade field to UpgradeConfiguration.plan that can be used to control whether the etcd upgrade plan should be displayed. v1.31: Support custom environment variables in control plane components under ClusterConfiguration. Use apiServer.kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/Registered: Fri May 09 07:03:15 UTC 2025 - 537.6K bytes - Viewed (0) -
OAuth2 实现密码哈希与 Bearer JWT 令牌验证 - FastAPI
fastapi.tiangolo.com/zh/tutorial/security/oauth2-jwt/Registered: Fri May 09 07:45:19 UTC 2025 - 610.2K bytes - Viewed (0) -
gluon.rnn — Apache MXNet documentation
gluon.rnn Build-in recurrent neural network layers are provided in the following two modules: mxnet.gluon.rnn Recurre...mxnet.apache.org/versions/master/api/python/docs/api/gluon/rnn/index.htmlRegistered: Fri May 09 07:43:26 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 966.8K bytes - Viewed (0) -
gluon.loss — Apache MXNet documentation
gluon.loss Gluon provides pre-defined loss functions in the mxnet.gluon.loss module. losses for training neural netwo...mxnet.apache.org/versions/master/api/python/docs/api/gluon/loss/index.htmlRegistered: Fri May 09 07:43:14 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 855.2K bytes - Viewed (0) -
Simple OAuth2 con Password y Bearer - FastAPI
fastapi.tiangolo.com/es/tutorial/security/simple-oauth2/Registered: Fri May 09 08:08:50 UTC 2025 - 500.5K bytes - Viewed (0) -
kubeadm init | Kubernetes
This command initializes a Kubernetes control plane node. Run this command in order to set up the Kubernetes control plane Synopsis Run this command in order to set up the Kubernetes control plane The "init" command executes the following phases: preflight Run pre-flight checks certs Certificate generation /ca Generate the self-signed Kubernetes CA to provision identities for other Kubernetes components /apiserver Generate the certificate for serving the Kubernetes API /apiserver-kubelet-client Generate the certificate for the API server to connect to kubelet /front-proxy-ca Generate the self-signed CA to provision identities for front proxy /front-proxy-client Generate the certificate for the front proxy client /etcd-ca Generate the self-signed CA to provision identities for etcd /etcd-server Generate the certificate for serving etcd /etcd-peer Generate the certificate for etcd nodes to communicate with each other /etcd-healthcheck-client Generate the certificate for liveness probes to healthcheck etcd /apiserver-etcd-client Generate the certificate the apiserver uses to access etcd /sa Generate a private key for signing service account tokens along with its public key kubeconfig Generate all kubeconfig files necessary to establish the control plane and the admin kubeconfig file /admin Generate a kubeconfig file for the admin to use and for kubeadm itself /super-admin Generate a kubeconfig file for the super-admin /kubelet Generate a kubeconfig file for the kubelet to use *only* for cluster bootstrapping purposes /controller-manager Generate a kubeconfig file for the controller manager to use /scheduler Generate a kubeconfig file for the scheduler to use etcd Generate static Pod manifest file for local etcd /local Generate the static Pod manifest file for a local, single-node local etcd instance control-plane Generate all static Pod manifest files necessary to establish the control plane /apiserver Generates the kube-apiserver static Pod manifest /controller-manager Generates the kube-controller-manager static Pod manifest /scheduler Generates the kube-scheduler static Pod manifest kubelet-start Write kubelet settings and (re)start the kubelet upload-config Upload the kubeadm and kubelet configuration to a ConfigMap /kubeadm Upload the kubeadm ClusterConfiguration to a ConfigMap /kubelet Upload the kubelet component config to a ConfigMap upload-certs Upload certificates to kubeadm-certs mark-control-plane Mark a node as a control-plane bootstrap-token Generates bootstrap tokens used to join a node to a cluster kubelet-finalize Updates settings relevant to the kubelet after TLS bootstrap /enable-client-cert-rotation Enable kubelet client certificate rotation addon Install required addons for passing conformance tests /coredns Install the CoreDNS addon to a Kubernetes cluster /kube-proxy Install the kube-proxy addon to a Kubernetes cluster show-join-command Show the join command for control-plane and worker node kubeadm init [flags] Options --apiserver-advertise-address string The IP address the API Server will advertise it's listening on.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init/Registered: Fri May 09 06:43:49 UTC 2025 - 494.8K bytes - Viewed (0) -
OpenAPI models - FastAPI
fastapi.tiangolo.com/uk/reference/openapi/models/Registered: Fri May 09 06:45:20 UTC 2025 - 688.9K bytes - Viewed (0) -
Versions in CustomResourceDefinitions | Kubernetes
This page explains how to add versioning information to CustomResourceDefinitions, to indicate the stability level of your CustomResourceDefinitions or advance your API to a new version with conversion between API representations. It also describes how to upgrade an object from one version to another. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/Registered: Fri May 09 06:30:29 UTC 2025 - 593.6K bytes - Viewed (0) -
Run a Replicated Stateful Application | Kubernetes
This page shows how to run a replicated stateful application using a StatefulSet. This application is a replicated MySQL database. The example topology has a single primary server and multiple replicas, using asynchronous row-based replication. Note:This is not a production configuration. MySQL settings remain on insecure defaults to keep the focus on general patterns for running stateful applications in Kubernetes. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tasks/run-application/run-replicated-stateful-application/Registered: Fri May 09 06:30:33 UTC 2025 - 517.1K bytes - Viewed (0) -
Distribute Credentials Securely Using Secrets |...
This page shows how to securely inject sensitive data, such as passwords and encryption keys, into Pods. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/Registered: Fri May 09 06:29:46 UTC 2025 - 497.8K bytes - Viewed (0)