Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.7.6][BUG] Fleet v0.7.1-rc.1 is not in 2.7.6-head causing errors during docker install #42253

Closed
thaneunsoo opened this issue Jul 28, 2023 · 3 comments
Labels
kind/bug Issues that are defects reported by users or that we know have reached a real release status/release-blocker
Milestone

Comments

@thaneunsoo
Copy link
Contributor

Rancher Server Setup

  • Rancher version: v2.7.6-head
  • Installation option (Docker install/Helm Chart):
    • If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): Docker Install
  • Proxy/Cert Details:

Information about the Cluster

  • Kubernetes version:
  • Cluster Type (Local/Downstream):
    • If downstream, what type of cluster? (Custom/Imported or specify provider for Hosted/Infrastructure Provider):

User Information

  • What is the role of the user logged in? (Admin/Cluster Owner/Cluster Member/Project Owner/Project Member/Custom)
    • If custom, define the set of permissions:

Describe the bug

When doing a docker install with the following command:

sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 --privileged rancher/rancher:v2.7.6-head

the logs keep outputting

2023/07/28 15:14:26 [ERROR] Failed to find system chart fleet will try again in 5 seconds: no chart name found
2023/07/28 15:14:31 [ERROR] available chart version (102.1.0+up0.7.0) for fleet is less than the min version (102.1.1+up0.7.1-rc.1) 

image

To Reproduce

Install Rancher using docker command

sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 --privileged rancher/rancher:v2.7.6-head

Result
the logs keep outputting

2023/07/28 15:14:26 [ERROR] Failed to find system chart fleet will try again in 5 seconds: no chart name found
2023/07/28 15:14:31 [ERROR] available chart version (102.1.0+up0.7.0) for fleet is less than the min version (102.1.1+up0.7.1-rc.1) 

Expected Result

The new updated chart version should be available #42237
It seems the branch is building using a charts repo that doesn't have that version

ARG CHART_DEFAULT_BRANCH=release-v2.7

@thaneunsoo thaneunsoo added kind/bug Issues that are defects reported by users or that we know have reached a real release status/release-blocker labels Jul 28, 2023
@thaneunsoo thaneunsoo added this to the v2.7.6 milestone Jul 28, 2023
@deniseschannon
Copy link

Once the build passes with this PR, this will be fixed and unblock all testing.

@thaneunsoo
Copy link
Contributor Author

Test Environment:

Rancher version: v2.7.6-head 0113791
Rancher cluster type: single-node docker install
Docker version: 20.10


Testing:

With the Fleet chart version being reverted, the error in the logs are no longer reproducible and Rancher is successfully deployed using the following docker run

sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 --privileged rancher/rancher:v2.7.6-head

@thardeck
Copy link
Contributor

Fleet 0.7.1-rc.1 was added to the new charts branch rancher/charts#2816 (before it was only available in the dev.2.7 branch) and after #42263 is merged it should be available and working in Rancher 2.7.6.

@zube zube bot removed the [zube]: Done label Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Issues that are defects reported by users or that we know have reached a real release status/release-blocker
Projects
None yet
Development

No branches or pull requests

3 participants