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

Deploying Sveltos in agent less mode #227

Open
gianlucam76 opened this issue Feb 23, 2024 · 0 comments
Open

Deploying Sveltos in agent less mode #227

gianlucam76 opened this issue Feb 23, 2024 · 0 comments

Comments

@gianlucam76
Copy link
Member

Looking at agents_in_mgmt_cluster_manifest.yaml this resource gets deployed before namespace is, leading to issue:

---     
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:   
  name: addon-controller-role-dtm-in-mgmt-cluster
  namespace: projectsveltos
rules:
- apiGroups:
  - ""
  resources:
  - services
  verbs:
  - '*'
- apiGroups:
  - apps 
  resources:
  - deployments
  verbs:
  - '*'
---
...   
resource mapping not found for name: "fm-controller-manager-metrics-monitor" namespace: "projectsveltos" from "https://raw.githubusercontent.com/projectsveltos/sveltos/v0.24.0/manifest/agents_in_mgmt_cluster_manifest.yaml": no matches for kind "ServiceMonitor" in version "monitoring.coreos.com/v1"
ensure CRDs are installed first
Error from server (NotFound): error when creating "https://raw.githubusercontent.com/projectsveltos/sveltos/v0.24.0/manifest/agents_in_mgmt_cluster_manifest.yaml": namespaces "projectsveltos" not found
Error from server (NotFound): error when creating "https://raw.githubusercontent.com/projectsveltos/sveltos/v0.24.0/manifest/agents_in_mgmt_cluster_manifest.yaml": namespaces "projectsveltos" not found
@gianlucam76 gianlucam76 self-assigned this Feb 23, 2024
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

2 participants