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

fleet-examples are not properly deployed after following the quickstart guide #62

Closed
izaac opened this issue Sep 1, 2020 · 3 comments
Closed
Assignees
Milestone

Comments

@izaac
Copy link

izaac commented Sep 1, 2020

cat kustomize.yaml

apiVersion: fleet.cattle.io/v1alpha1
kind: GitRepo
metadata:
  name: kustomize
  namespace: fleet-local
spec:
  repo: "https://github.com/rancher/fleet-examples"
  bundleDirs:
    - kustomize
kubectl get deploy kustomize
Error from server (NotFound): deployments.apps "kustomize" not found
kubectl -n fleet-local get fleet
NAME                                REPO                                         COMMIT                                     BUNDLEDEPLOYMENTS-READY   STATUS
gitrepo.fleet.cattle.io/kustomize   https://github.com/rancher/fleet-examples    3614aa139d8bee616fc6849d54d8d836aedfd700   0/1                       NotApplied(1) [Bundle kustomize-kustomize: ]
gitrepo.fleet.cattle.io/simple      https://github.com/rancher/fleet-examples/   3614aa139d8bee616fc6849d54d8d836aedfd700   0/1                       NotApplied(1) [Bundle simple-simple: ]

NAME                                   CLUSTERS-READY   BUNDLES-READY   STATUS
clustergroup.fleet.cattle.io/default   0/1 (local)      0/4             NotApplied(4) [Bundle fleet-agent: ]
@ibuildthecloud
Copy link
Contributor

What is the output of kubectl get bundledeployments -A?

@izaac
Copy link
Author

izaac commented Sep 1, 2020

NAMESPACE                               NAME                  DEPLOYED   MONITORED   STATUS
cluster-clusters-cluster-5a4b501759dc   fleet-agent           True       True
cluster-fleet-local-local               fleet-agent           True       True
cluster-fleet-local-local               kustomize-kustomize   True       True

@maggieliu maggieliu transferred this issue from rancher/fleet Sep 1, 2020
@maggieliu maggieliu transferred this issue from rancher/rancher Sep 1, 2020
@maggieliu maggieliu added this to the v2.5 milestone Sep 1, 2020
@izaac
Copy link
Author

izaac commented Sep 2, 2020

Validated working after latest doc fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants