Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

ClusterResourceSet feature does not work #155

Closed
jinsongo opened this issue Jul 2, 2021 · 5 comments
Closed

ClusterResourceSet feature does not work #155

jinsongo opened this issue Jul 2, 2021 · 5 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@jinsongo
Copy link
Contributor

jinsongo commented Jul 2, 2021

What steps did you take and what happened:
[A clear and concise description on how to REPRODUCE the bug.]

Follow the proposal guides:
https://github.com/kubernetes-sigs/cluster-api/blob/master/docs/proposals/20200220-cluster-resource-set.md
https://cluster-api.sigs.k8s.io/tasks/experimental-features/experimental-features.html?highlight=ClusterResourceSet#enabling-experimental-features-on-existing-management-clusters

  1. Deploy two nested clusters in Kind
  2. Enable ClusterResourceSet feature
  3. Create secret and configmap by the samples from 20200220-cluster-resource-set.md
  4. Create ClusterResourceSet by the sample from 20200220-cluster-resource-set.md

The following problem appears, but the two apiservers are running normally by kubectl command.

E0702 09:08:52.250697       1 controller.go:302] controller-runtime/manager/controller/clusterresourceset "msg"="Reconciler error"
 "error"="error creating client and cache for remote cluster: error creating dynamic rest mapper for remote cluster \"default/cluster-sample\":
 Get \"https://cluster-sample-apiserver:6443/api?timeout=10s\": dial tcp: lookup cluster-sample-apiserver on 10.96.0.10:53: server misbehaving"
  "name"="crs1" "namespace"="default" "reconciler group"="addons.cluster.x-k8s.io" "reconciler kind"="ClusterResourceSet"
E0702 09:07:16.064594       1 controller.go:302] controller-runtime/manager/controller/clusterresourceset "msg"="Reconciler error"
 "error"="error creating client and cache for remote cluster: error creating dynamic rest mapper for remote cluster \"default/cluster-virtual\":
 Get \"https://cluster-virtual-apiserver:6443/api?timeout=10s\": dial tcp: lookup cluster-virtual-apiserver on 10.96.0.10:53: server misbehaving"
 "name"="crs1" "namespace"="default" "reconciler group"="addons.cluster.x-k8s.io" "reconciler kind"="ClusterResourceSet"

What did you expect to happen:
The secret and configmap are deployed in nested clusters

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

Environment:

  • cluster-api-provider-nested version: v0.10
  • Minikube/KIND version: kind v0.11.1
  • Kubernetes version: (use kubectl version): v1.21.1
  • OS (e.g. from /etc/os-release): Red Hat Enterprise Linux 8

/kind bug
[One or more /area label. See https://github.com/kubernetes-sigs/cluster-api-provider-nested/labels?q=area for the list of labels]

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Jul 2, 2021
@jinsongo
Copy link
Contributor Author

jinsongo commented Jul 2, 2021

@christopherhein
Copy link
Contributor

@wangjsty can you add this information to #41 ?

@christopherhein
Copy link
Contributor

/close
duplicate issue for tracking CRS.

@k8s-ci-robot
Copy link
Contributor

@christopherhein: Closing this issue.

In response to this:

/close
duplicate issue for tracking CRS.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@jinsongo
Copy link
Contributor Author

jinsongo commented Jul 4, 2021

@christopherhein I would like to track the issue by the duplicated one #41. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants