Code Monkey home page Code Monkey logo

instana-agent-docker's Introduction

Moved: This repository has been moved internally

Instana Agent Docker Images

This repo contains the Dockerfiles relating to the various Instana agent containers.

  • dynamic is the image used by default in the Helm chart and is suggested as the preferred image for a standard install; the dynamic image container a dynamic Instana agent, which is capable of updating itself automatically as new versions of its components are published.
  • static is an image that contains all run-time dependencies ideal for network access restricted environments such as air-gapped servers.

For more information on dynamic and static agents, refer to the Instana Host Agent Types documentation.

instana-agent-docker's People

Contributors

amitsadaphule avatar benjaminwardemannibm avatar boqu avatar cedricziel avatar dlbock avatar doertedev-instana avatar felixmarxibm avatar htreu avatar konrad-ohms avatar manojpandey avatar marcelbirkner avatar milica-cvrkota-ibm avatar mmanciop avatar nagaraj-kandoor avatar nfisher avatar s-sankara avatar schmitz-chris avatar sigil66 avatar tkohn avatar wanderanimrod avatar zach-robinson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

instana-agent-docker's Issues

Instana agent looking for v1beta1/cronjobs on kubernetes v1.26.4

I can no longer open support cases with Instana/IBM as the Search account dropdown doesn't work. Can't talk to an agent as "You currently do not have permission to start a chat with the live agent. If you would like to request access, please visit the page linked here, and click on the "Request Access" button." And can't request access to talk to an agent via the link. So not sure how to get help but here is my issue.


We are seeing errors from the Instana agent looking for cronjobs. We have just migrated to AWS EKS at kubernetes v1.26.4. Cronjobs have left beta in 1.26 but the agent appears to be looking in the v1beta1 path.

$ kubectl version --short
Client Version: v1.27.1
Kustomize Version: v5.0.1
Server Version: v1.26.4-eks-0a21954

Logs:

2023-05-18T05:31:34.409+00:00 | INFO | instana-scheduler-thread-2-1 | ableResourceInfo | com.instana.sensor-kubernetes - 1.2.140 | Start watching all cronjobs...
2023-05-18T05:31:34.416+00:00 | ERROR | instana-scheduler-thread-2-1 | ableResourceInfo | com.instana.sensor-kubernetes - 1.2.140 | Could not perform watch on all cronjobs
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: GET at: https://10.100.0.1/apis/batch/v1beta1/cronjobs?limit=500. Message: the server could not find the requested resource. Received status: Status(apiVersion=v1, code=404, details=StatusDetails(causes=[], group=null, kind=null, name=null, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=the server could not find the requested resource, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=NotFound, status=Failure, additionalProperties={}).
at io.fabric8.kubernetes.client.dsl.base.OperationSupport.requestFailure(OperationSupport.java:568) ~[?:?]
at io.fabric8.kubernetes.client.dsl.base.OperationSupport.assertResponseCode(OperationSupport.java:507) ~[?:?]
at io.fabric8.kubernetes.client.dsl.base.OperationSupport.handleResponse(OperationSupport.java:471) ~[?:?]
at io.fabric8.kubernetes.client.dsl.base.OperationSupport.handleResponse(OperationSupport.java:430) ~[?:?]
at io.fabric8.kubernetes.client.dsl.base.OperationSupport.handleResponse(OperationSupport.java:412) ~[?:?]
at io.fabric8.kubernetes.client.dsl.base.BaseOperation.listRequestHelper(BaseOperation.java:151) ~[?:?]
at io.fabric8.kubernetes.client.dsl.base.BaseOperation.list(BaseOperation.java:635) ~[?:?]
at io.fabric8.kubernetes.client.dsl.base.BaseOperation.list(BaseOperation.java:70) ~[?:?]
at com.instana.agent.kubernetes.sensor.client.WatchableResourceInfo.list(WatchableResourceInfo.java:119) ~[?:?]
at com.instana.agent.kubernetes.sensor.client.WatchableResourceInfo.start(WatchableResourceInfo.java:85) ~[?:?]
at com.instana.agent.kubernetes.sensor.client.WatchGroupLifeCycle.start(WatchGroupLifeCycle.java:59) ~[?:?]
at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_362]
at com.instana.agent.kubernetes.sensor.client.WatchGroupLifeCycle.start(WatchGroupLifeCycle.java:46) ~[?:?]
at com.instana.agent.kubernetes.sensor.LeaderWatchGroup.watchResources(LeaderWatchGroup.java:230) ~[?:?]
at com.instana.agent.kubernetes.sensor.LeaderWatchGroup.start(LeaderWatchGroup.java:192) ~[?:?]
at java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4705) ~[?:1.8.0_362]
at com.instana.agent.kubernetes.sensor.state.WatchGroupManager.updatePodWatchBehaviour(WatchGroupManager.java:38) ~[?:?]
at com.instana.agent.kubernetes.sensor.Kubernetes.lambda$activate$2(Kubernetes.java:221) ~[?:?]
at com.instana.agent.api.ObservableRunnable.run(ObservableRunnable.java:65) ~[?:?]
at com.instana.agent.main.impl.scheduler.SchedulerImpl.lambda$wrappedObserverableRunnable$0(SchedulerImpl.java:92) ~[?:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_362]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:1.8.0_362]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_362]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:1.8.0_362]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_362]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_362]
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [!/:4.1.91.Final]
at java.lang.Thread.run(Thread.java:750) [?:1.8.0_362]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.