Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.3", ... Server Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.3", ... 在该输出中: Client Version提供了本地kubectl客户端的相关信息。其中包括主版本、次版本和 GitVersion,后者指定了客户端的确切版本。
Client Version:version.Info{Major:"1",Minor:"11",GitVersion:"v1.11.2",GitCommit:"bb9ffb1654d4a729bb4cec18ff088eacc153c239",GitTreeState:"clean",BuildDate:"2018-08-07T23:17:28Z",GoVersion:"go1.10.3",Compiler:"gc",Platform:"linux/amd64"}Server Version:version.Info{Major:"1",Minor...
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.0", GitCommit:"cb303e613a121a29364f75cc67d3d580833a7479", GitTreeState:"clean", BuildDate:"2021-04-08T16:31:21Z", GoVersion:"go1.16.1", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{...
kubectl version 輸出的範例如下所示: PowerShell 複製 PS C:\WINDOWS\system32> C:\windows\system32\kubectl.exe version Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.2", GitCommit:"f6278300bebbb750328ac16ee6dd3aa7d3549568", GitTreeState:"clean",...
version 输出 client 和 server 的版本信息 1. 2. 3. 4. 5. 6. 1.2、示例 项目的生命周期,创建、发布、更新、回滚、删除 有状态化服务:例如mysql(启动有先后顺序) 无状态化服务:deployment,一般都是(启动无先后顺序) [root@master01 dashboard]# kubectl run nginx-deployment --image=nginx --port=80 ...
在输出中,你可以看到Client Version和Server Version的详细信息,包括主要版本号、次要版本号、Git版本号、构建日期等。 通过以上步骤,你已成功查看了Kubernetes集群的版本信息。如果你有任何疑问或遇到问题,欢迎随时向我提问。祝你在学习Kubernetes的路上一帆风顺!
Kubernetes client and server versions (use kubectl version): Client Version: {Major:"1", Minor:"20", GitVersion:"v1.20.0", GitCommit:"af46c47ce925f4c4ad5cc8d1fca46c7b77d13b38", GitTreeState:"clean", BuildDate:"2020-12-08T17:59:43Z", GoVersion:"go1.15.5", Compiler:"gc", ...
version Print the client and server version information 显示运行在客户端和服务器上的 Kubernetes 版本。 kubectl version [--client] [flags] kubectl可操作对象 可以通过kubectl api-resources命令进行查看。常见的一些对象如下: NAME SHORTNAMES APIVERSION NAMESPACED KIND ...
api-versions Print the supportedAPIversions on the server,inthe formof"group/version"config 修改 kubeconfig 文件 plugin Runs a command-line plugin version 输出 client 和 server 的版本信息 kubectl的常用命令 kubectl作为kubernetes的命令行工具,主要的职责就是对集群中的资源的对象进行操作,这些操作包括对资源...
Client Version: v1.15.0 Server Version: v1.15.3 🐳 → kubectl run nginx --image=nginx --port=80 --generator=run-pod/v1 pod/nginx created 🐳 → kubectl get po NAME READY STATUS RESTARTS AGE nginx 1/1 Running 0 6s 🐳 → kubectlexecnginx --dateSat Jan 25 18:47:52 UTC 2020 ...