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

Ability to use non k8s resources #268

Open
marekgryn opened this issue Feb 15, 2023 · 2 comments
Open

Ability to use non k8s resources #268

marekgryn opened this issue Feb 15, 2023 · 2 comments

Comments

@marekgryn
Copy link

Hi,
is it possible to use other resources already registered in Cloud Map? I.e. I have registered RDS instance and when trying to discover it using your service I'm getting error like "error":"cannot find the attribute AWS_INSTANCE_IPV4" as for RDS is in use attribute AWS_INSTANCE_CNAME.
Thanks in advance

@runakash
Copy link
Member

Hello @marekgryn - How are you trying discover RDS instance? If you can also make a post at the slack channel.

@marekgryn
Copy link
Author

marekgryn commented Feb 16, 2023

Generally was experimenting with adding custom attributes to created by me Cloud Map instance for RDS. Added attributes

READY = "true"
CLUSTERSET_ID = "clusterset1" 

and your controller started to see this but cannot handle it - in logs occur the entry as described in first post.
I think could be nice to support other resources/instances (even not created by controller) like RDS in my case

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