splunk / splunk-operator

Splunk Operator for Kubernetes
Other
209 stars 115 forks source link

App Framework: Integrate Azure SDK for Go for Azure Blob Client #1378

Open locmai opened 1 month ago

locmai commented 1 month ago

Please select the type of request

Enhancement

Tell us more

Describe the request

Expected behavior

Splunk setup on K8S

Reproduction/Testing steps

K8s environment

Proposed changes(optional)

Additional context

We got connect: cannot assign requested address error message intermittently:

AzureBlob:GetAppsList   Failed to get http request authenticated    {"controller": "clustermanager", "controllerGroup": "enterprise.splunk.com", "controllerKind": "ClusterManager", "ClusterManager": {"name":"cm","namespace":"splunk"}, "namespace": "splunk", "name": "cm", "reconcileID": "c488e81f-1f94-4e8b-90f3-6cb32809c5dd", "Endpoint": "https://<redacted>.blob.core.windows.net/", "Bucket": "splunk-apps", "Prefix": "indexers/", "error": "Get \"http://169.254.169.254/metadata/identity/oauth2/token?api-version=2021-10-01&resource=https%3A%2F%2Fstorage.azure.com%2F\": dial tcp 169.254.169.254:80: connect: cannot assign requested address"}

And https://github.com/splunk/splunk-operator/issues/1356

locmai commented 1 month ago

I'd be happy to work on this and open a PR. Just want to confirm if this is on the right track.

vivekr-splunk commented 3 weeks ago

currently we are working on this change, hoping to release this with upcoming release. we will update you once we are done with the change.