You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prompt.YesOrExit("logs from a single random replica will be streamed\n\nfor aggregated logs please visit your cloud provider's logging dashboard; see https://docs.cortex.dev for details", "", "")
prompt.YesOrExit("logs from a single random worker will be streamed\n\nfor aggregated logs please visit your cloud provider's logging dashboard; see https://docs.cortex.dev for details", "", "")
91
87
}
92
-
queryValues:=make(url.Values)
93
-
queryValues.Add("query", query)
94
-
gcpReq.URL.RawQuery=queryValues.Encode()
95
88
96
-
gcpLogsURL:=gcpReq.URL.String()
97
-
consoleOutput:=console.Bold(fmt.Sprintf("visit the following link to view logs for api %s: ", apiName)) +gcpLogsURL
Copy file name to clipboardExpand all lines: dev/versions.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,12 +235,11 @@ Note: overriding horizontal-pod-autoscaler-sync-period on EKS is currently not s
235
235
1. In the [GitHub Repo](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws), set the tree to the tag for the chosen release, and open `cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml` (e.g. <https://github.com/kubernetes/autoscaler/blob/cluster-autoscaler-1.16.5/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml>)
236
236
1. Resolve merge conflicts with the template in `manager/manifests/cluster-autoscaler.yaml.j2`
237
237
238
-
## Fluentd
238
+
## FluentBit
239
239
240
-
1. Find the latest release on [Dockerhub](https://hub.docker.com/r/fluent/fluentd-kubernetes-daemonset/)
241
-
1. Update the base image version in `images/fluentd/Dockerfile`
242
-
1. Update record-modifier in `images/fluentd/Dockerfile` to the latest version [here](https://github.com/repeatedly/fluent-plugin-record-modifier/blob/master/VERSION)
243
-
1. Update `fluentd.yaml` as necessary (make sure to maintain all Cortex environment variables)
240
+
1. Find the latest release on [Dockerhub](https://hub.docker.com/r/amazon/aws-for-fluent-bit/tags?page=1&ordering=last_updated)
241
+
1. Update the base image version in `images/fluent-bit/Dockerfile`
242
+
1. Update `fluent-bit.yaml` as necessary (make sure to maintain all Cortex environment variables)
244
243
245
244
## Statsd
246
245
@@ -258,7 +257,7 @@ Note: overriding horizontal-pod-autoscaler-sync-period on EKS is currently not s
258
257
## kubectl
259
258
260
259
1. Find the latest release [here](https://storage.googleapis.com/kubernetes-release/release/stable.txt)
261
-
1. Update the version in `images/manager/Dockerfile`
260
+
1. Update the version in `images/manager/Dockerfile` and `images/operator/Dockerfile`
0 commit comments