KubernetesHostingOptions
class
Namespace: Orleans.Hosting.Kubernetes
Options for hosting in Kubernetes.
public sealed class KubernetesHostingOptionsConstructors
Properties
DeleteDefunctSiloPodsWhether or not to delete pods which correspond to silos which have become defunct since this silo became active.GetClientConfigurationThe delegate used to get an instance ofk8s.KubernetesClientConfiguration.MaxAgentsThe number of silos in the cluster which should monitor Kubernetes.MaxKubernetesApiRetryAttemptsGets or sets the maximum number of attempts to retry Kubernetes API calls.
Fields
ClusterIdEnvironmentVariableThe environment variable for specifyingClusterOptions.ClusterIdLabelThe name of theClusterOptionslabel on the pod.PodIPEnvironmentVariableThe environment variable for specifying the IP address of this pod.PodNameEnvironmentVariableThe environment variable for specifying the name of the Kubernetes pod which this silo is executing in.PodNamespaceEnvironmentVariableThe environment variable for specifying the Kubernetes namespace which all silos in this cluster belong to.ServiceIdEnvironmentVariableThe environment variable for specifyingClusterOptions.ServiceIdLabelThe name of theClusterOptionslabel on the pod.
