подключение недоступно как команда консула - PullRequest
0 голосов
/ 27 апреля 2020

Запрос

~ $ консул connect proxy -sidecar-for socat

Вывод:

usage: consul [--version] [--help] <command> [<args>]

Доступны следующие команды:

agent          Runs a Consul agent
configtest     Validate config file
event          Fire a new event
exec           Executes a command on Consul nodes
force-leave    Forces a member of the cluster to enter the "left" state
info           Provides debugging information for operators
join           Tell Consul agent to join cluster
keygen         Generates a new encryption key
keyring        Manages gossip layer encryption keys
leave          Gracefully leaves the Consul cluster and shuts down
lock           Execute a command holding a lock
maint          Controls node or service maintenance mode
members        Lists the members of a Consul cluster
monitor        Stream logs from a Consul agent
reload         Triggers the agent to reload configuration files
rtt            Estimates network round trip time between nodes
version        Prints the Consul version
watch          Watch for changes in Consul

1 Ответ

1 голос
/ 29 апреля 2020

Какую версию Consul вы используете? Вы можете проверить это с помощью consul --version.

. Команды consul kv были введены в версии 0.7.1 . Consul Connect был добавлен в версии 1.2.0 .

Оба должны быть доступны, если вы используете последнюю версию.

...