- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 211 for Cluster (0.08 sec)
-
common/scripts/kind_provisioner.sh
fi done } # load_cluster_topology function reads cluster configuration topology file and # sets up environment variables used by other functions. So this should be called # before anything else. # # Note: Cluster configuration topology file specifies basic configuration of each # KinD cluster like its name, pod and service subnets and network_id. If two cluster
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Aug 21 04:47:23 UTC 2024 - 17.2K bytes - Viewed (0) -
istioctl/pkg/multicluster/remote_secret_test.go
clusters: - cluster: certificate-authority-data: Y2FEYXRh server: https://1.2.3.4 name: {cluster} contexts: - context: cluster: {cluster} user: {cluster} name: {cluster} current-context: {cluster} kind: Config preferences: {} users: - name: {cluster} user: token: token `, "{cluster}", fakeClusterName) cases := []struct {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 20.7K bytes - Viewed (0) -
manifests/addons/dashboards/lib/output.json
"uid": "$datasource" }, "expr": "sum by (cluster, namespace, job) (\n rate(\n process_cpu_seconds_total{\n cluster=~\"$cluster\",\n namespace=~\"$namespace\",\n job=~\"$job\"\n }\n [$__rate_interval])\n)\n", "intervalFactor": 2, "legendFormat": "{{cluster}} - {{namespace}}\n" } ], "title": "CPU Usage",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jun 04 18:05:06 UTC 2024 - 25.2K bytes - Viewed (0) -
istioctl/pkg/describe/testdata/describe/http_config.json
}, { "@type": "type.googleapis.com/envoy.admin.v3.ClustersConfigDump", "dynamic_active_clusters": [ { "cluster": { "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "outbound|9080|v1|productpage.default.svc.cluster.local", "type": "EDS", "eds_cluster_config": { "eds_config": { "ads": {},
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 13.7K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.json
} ], "policy": { "overprovisioningFactor": 140 } }, { "clusterName": "outbound|9402||cert-manager-istio-csr-metrics.cert-manager.svc.cluster.local", "endpoints": [ { "locality": {}, "lbEndpoints": [ { "endpoint": { "address": {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 12 02:25:59 UTC 2022 - 40.4K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.yaml
healthStatus: HEALTHY loadBalancingWeight: 1 locality: {} policy: overprovisioningFactor: 140 - clusterName: outbound|9402||cert-manager-istio-csr-metrics.cert-manager.svc.cluster.local endpoints: - lbEndpoints: - endpoint: address: socketAddress: address: 10.244.0.156 portValue: 9402 healthCheckConfig: {}
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 12 02:25:59 UTC 2022 - 17.1K bytes - Viewed (0) -
architecture/networking/pilot.md
controllers. Per Kubernetes, "controllers are control loops that watch the state of your cluster, then make or request changes where needed." In Istio, we use the term a bit more liberally. Istio controllers watch more than just the state of *a* cluster -- many are reading from multiple clusters, or even external sources (files and XDS). Generally, Kubernetes controllers are then writing state back to the cluster; Istio does have a few of these controllers, but most of them are centered around...
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Feb 07 17:53:24 UTC 2024 - 19.1K bytes - Viewed (0) -
istioctl/pkg/writer/ztunnel/configdump/testdata/dump.json
}, { "identity": "spiffe://cluster.local/ns/istio-system/sa/ztunnel", "state": "Initializing", "certChain": [] }, { "identity": "spiffe://cluster.local/ns/istio-system/sa/another-sa", "state": "Unavailable: the identity is no longer needed", "certChain": [] }, { "identity": "spiffe://cluster.local/ns/istio-system/sa/istiod",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Apr 16 03:28:36 UTC 2024 - 33.1K bytes - Viewed (0) -
docs/metrics/v3.md
### Cluster metrics Metrics about an entire MinIO cluster. | Path | Description | |--------------------------|--------------------------------| | `/cluster/config` | Cluster configuration metrics. | | `/cluster/erasure-set` | Erasure set metrics. | | `/cluster/health` | Cluster health metrics. |
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Aug 02 22:30:11 UTC 2024 - 45.2K bytes - Viewed (0) -
docs/metrics/prometheus/list.md
| `minio_cluster_usage_object_total` | Total number of objects in a cluster | | `minio_cluster_usage_total_bytes` | Total cluster usage in bytes | | `minio_cluster_usage_version_total` | Total number of versions (includes delete marker) in a cluster |
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 29 18:48:51 UTC 2024 - 43.3K bytes - Viewed (0)