你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

探测

探测有许多字段可用于控制其行为。

属性

名称 类型 必需
initialDelaySeconds integer
periodSeconds integer
timeoutSeconds integer
successThreshold integer
failureThreshold integer
exec ProbeExec
httpGet ProbeHttpGet
tcpSocket ProbeTcpSocket

initialDelaySeconds

类型:整数
必需:否
默认

开始代码包后开始执行探测的初始延迟(以秒为单位)。


periodSeconds

类型:整数
必需:否
默认

定期执行探测的秒数。


timeoutSeconds

类型:整数
必需:否
默认

如果探测未成功完成,则在此时间段后,探测将被视为失败。


successThreshold

类型:整数
必需:否
默认

成功执行探测的计数,之后将探测视为成功。


failureThreshold

类型:整数
必需:否
默认

之后将探测视为失败的失败计数。


exec

类型ProbeExec
必需:否

在容器内运行的 Exec 命令。


httpGet

类型ProbeHttpGet
必需:否

容器的 Http 探测。


tcpSocket

类型ProbeTcpSocket
必需:否

要探测容器内部的 Tcp 端口。