Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

[meta] fix transient errors with stable repository #1018

Merged
merged 2 commits into from
Jan 15, 2021

Conversation

jmlrt
Copy link
Member

@jmlrt jmlrt commented Jan 14, 2021

This commit move stable chart repo setup and dependency update steps to
metricbeat specific examples.

We have lot of transient issues when running configuring stable repo:

helm repo add stable https://charts.helm.sh/stable && \
helm dependency update && \
cd ./examples/oss && \
make
Error: looks like "https://charts.helm.sh/stable" is not a valid chart repository or cannot be reached: read tcp 172.17.0.2:37660->185.199.108.153:443: read: connection reset by peer
make: *** [integration] Error 1

As stable repo is only used by Metricbeat chart, by not configuring it
for other charts tests, we should limit the risk of transient issues.

This commit move stable chart repo setup and dependency update steps to
metricbeat specific examples.

We have lot of transient issues when running configuring stable repo:

```
helm repo add stable https://charts.helm.sh/stable && \
helm dependency update && \
cd ./examples/oss && \
make
Error: looks like "https://charts.helm.sh/stable" is not a valid chart repository or cannot be reached: read tcp 172.17.0.2:37660->185.199.108.153:443: read: connection reset by peer
make: *** [integration] Error 1
```

As stable repo is only used by Metricbeat chart, by not configuring it
for other charts tests, we should limit the risk of transient issues.
@jmlrt jmlrt added the meta label Jan 14, 2021
@jmlrt jmlrt requested a review from a team January 15, 2021 12:07
@jmlrt jmlrt marked this pull request as ready for review January 15, 2021 12:07
Copy link
Contributor

@Conky5 Conky5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jmlrt jmlrt merged commit efb299e into elastic:master Jan 15, 2021
@jmlrt jmlrt deleted the fix-transient-stable-chart-error branch January 15, 2021 15:49
@jmlrt jmlrt mentioned this pull request Feb 8, 2021
This was referenced Feb 12, 2021
@jmlrt jmlrt mentioned this pull request Feb 18, 2021
This was referenced Mar 15, 2021
@jmlrt jmlrt mentioned this pull request May 25, 2021
@jmlrt jmlrt mentioned this pull request Mar 8, 2022
@jmlrt jmlrt mentioned this pull request Apr 21, 2022
This was referenced Sep 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants