리뷰 [DEPRECATED] Kubernetes Load Balancing v1.5개
리뷰 12264개
El lab tiene errores en el paso 2 y 3, no se puede ejecutar correctamente.
Jesus F. · 대략 6년 전에 리뷰됨
This lab is very helpful, thank you! Just a small comment: this command is not working, it seems that "--replicas" was deprecated. "kubectl run nginx --image=nginx --replicas=3"
Toan N. · 대략 6년 전에 리뷰됨
problems with the kubectl api: - deprecated flag 'replicas' at command: kubectl run nginx ---image.. --replicas=3 - kubectl run nginx --image=nginx --replicas=3 doesnt create a deployment and i was not able to expose the deployment
Markus H. · 대략 6년 전에 리뷰됨
3カ所においてコマンドが誤っていた。以下はそれに関するメモ。 ----------------------------------- kubectl run nginx --image=nginx --replicas=3 の —replicas=3 フラグが無効だった。 正しくは以下の通り。 kubectl create deployment nginx --image=nginx kubectl scale deployment nginx --replicas=3 ----------------------------------- gcloud container clusters delete networklb リージョンまたはゾーン指定が不足していた ----------------------------------- kubectl run nginx --image=nginx --port=80 kubectl expose deployment nginx --target-port=80 --type=NodePort 正しくは kubectl create deployment nginx —image=nginx kubectl expose deployment nginx —port=80 target-port=80 --type=NodePort
jumpei y. · 대략 6년 전에 리뷰됨
武資 藤. · 대략 6년 전에 리뷰됨
Commands doesn't work: kubectl run nginx --image=nginx --replicas=3, this command not create the replicas and the lab doesn't work
Daissy C. · 대략 6년 전에 리뷰됨
German D. · 대략 6년 전에 리뷰됨
Nhuquynh T. · 대략 6년 전에 리뷰됨
Hiroho S. · 대략 6년 전에 리뷰됨
Kenichi A. · 대략 6년 전에 리뷰됨
Daisuke K. · 대략 6년 전에 리뷰됨
直輝 山. · 대략 6년 전에 리뷰됨
Kazuki A. · 대략 6년 전에 리뷰됨
想定するkubectlコマンドのバージョンが古く、kubectl runコマンドでdeploymentがデプロイされない
悠 齋. · 대략 6년 전에 리뷰됨
Tetsuo S. · 대략 6년 전에 리뷰됨
masaya k. · 대략 6년 전에 리뷰됨
武資 藤. · 대략 6년 전에 리뷰됨
直輝 山. · 대략 6년 전에 리뷰됨
Commands doesn't work: kubectl run nginx --image=nginx --replicas=3, this command not create the replicas and the lab doesn't work
Daissy C. · 대략 6년 전에 리뷰됨
記載されたコマンドをそのまま入力するとエラーになる部分が2か所あった。ラボの内容を最新の状態に更新する必要がある。 また、Ingressについての説明が不十分で、その前に作成したLoadbalancerとの違いがいまひとつわからなかった。
Takayoshi I. · 대략 6년 전에 리뷰됨
Jean Pierre V. · 대략 6년 전에 리뷰됨
The description of "kubectl run" command on this course is obsolete, and very confusing. I guess, this course should be updated corresponding for current "kubectl run" operation.
YOSHIAKI K. · 대략 6년 전에 리뷰됨
高志 瀧. · 대략 6년 전에 리뷰됨
Ben H. · 대략 6년 전에 리뷰됨
This command "kubectl run nginx --image=nginx --replicas=3" doesn't work because the flag replicas is deprecated and ignored. I have get finnish using "kubectl scale deployment nginx --replicas=0; kubectl scale deployment nginx --replicas=3" but I don't known if the result is exactly the same.
Emilio R. · 대략 6년 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.