Membatalkan pemetaan Aplikasi dari Rute akan menyebabkan traffic yang cocok dengan Rute tidak
lagi diteruskan ke Aplikasi.
Aplikasi mungkin masih menerima traffic dari Rute yang tidak dipetakan selama jangka waktu
yang singkat saat aturan traffic di gateway disebarkan.
Rute akan menyeimbangkan kembali bobot pemilihan rutenya sehingga Aplikasi lain yang dipetakan ke rute tersebut
akan menerima traffic. Jika tidak ada Aplikasi lain yang terikat, Rute akan menampilkan
kode status HTTP 404.
Contoh
# Unmap myapp.example.com from myapp in the targeted Space
kf unmap-route myapp example.com --hostname myapp
# Unmap the Route in a specific Space
kf unmap-route --space myspace myapp example.com --hostname myapp
# Unmap a Route with a path
kf unmap-route myapp example.com --hostname myapp --path /mypath
Flag
--async
Jangan menunggu tindakan selesai di server sebelum kembali.
--destination-port=int32
Port di Aplikasi yang akan dihubungkan dengan Rute.
-h, --help
bantuan untuk unmap-route
--hostname=string
Nama host untuk Rute.
--path=string
Jalur URL untuk Rute.
Flag yang diwarisi
Flag ini diwarisi dari perintah induk.
--as=string
Nama pengguna yang akan disamarkan untuk operasi.
--as-group=strings
Grup yang akan disamarkan untuk operasi. Sertakan flag ini beberapa kali untuk menentukan beberapa grup.
--config=string
Jalur ke file konfigurasi Kf yang akan digunakan untuk permintaan CLI.
--kubeconfig=string
Jalur ke file kubeconfig yang akan digunakan untuk permintaan CLI.
--log-http
Mencatat permintaan HTTP ke error standar.
--space=string
Ruang untuk menjalankan perintah. Flag ini menggantikan Ruang yang saat ini ditargetkan.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-04 UTC."],[],[],null,["# kf unmap-route\n\n### Name\n\n`kf unmap-route` - Revoke an App's access to receive traffic from the Route.\n\n### Synopsis\n\n```\nkf unmap-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH] [flags]\n```\n\n### Description\n\nUnmapping an App from a Route will cause traffic matching the Route to no\nlonger be forwarded to the App.\n\nThe App may still receive traffic from an unmapped Route for a small period\nof time while the traffic rules on the gateways are propagated.\n\nThe Route will re-balance its routing weights so other Apps mapped to it\nwill receive the traffic. If no other Apps are bound the Route will return\na 404 HTTP status code.\n\n### Examples\n\n```\n# Unmap myapp.example.com from myapp in the targeted Space\nkf unmap-route myapp example.com --hostname myapp\n\n# Unmap the Route in a specific Space\nkf unmap-route --space myspace myapp example.com --hostname myapp\n\n# Unmap a Route with a path\nkf unmap-route myapp example.com --hostname myapp --path /mypath\n```\n\n### Flags\n\n`--async`\n\n: Do not wait for the action to complete on the server before returning.\n\n`--destination-port=`\u003cvar translate=\"no\"\u003eint32\u003c/var\u003e\n\n: Port on the App the Route will connect to.\n\n`-h, --help`\n\n: help for unmap-route\n\n`--hostname=`\u003cvar translate=\"no\"\u003estring\u003c/var\u003e\n\n: Hostname for the Route.\n\n`--path=`\u003cvar translate=\"no\"\u003estring\u003c/var\u003e\n\n: URL path for the Route.\n\n### Inherited flags\n\nThese flags are inherited from parent commands.\n\n`--as=`\u003cvar translate=\"no\"\u003estring\u003c/var\u003e\n\n: Username to impersonate for the operation.\n\n`--as-group=`\u003cvar translate=\"no\"\u003estrings\u003c/var\u003e\n\n: Group to impersonate for the operation. Include this flag multiple times to specify multiple groups.\n\n`--config=`\u003cvar translate=\"no\"\u003estring\u003c/var\u003e\n\n: Path to the Kf config file to use for CLI requests.\n\n`--kubeconfig=`\u003cvar translate=\"no\"\u003estring\u003c/var\u003e\n\n: Path to the kubeconfig file to use for CLI requests.\n\n`--log-http`\n\n: Log HTTP requests to standard error.\n\n`--space=`\u003cvar translate=\"no\"\u003estring\u003c/var\u003e\n\n: Space to run the command against. This flag overrides the currently targeted Space."]]