Has anyone been able to work with the api from the...
# help-api-cli-orchestration
m
Has anyone been able to work with the api from the helm chart on kubernetes? This is all im getting
mahmoudnashef@Mahmoudna-mbp dbt-models % k logs airbyte-airbyte-api-server-7bdbf4c68f-b4szs
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See <http://www.slf4j.org/codes.html#StaticLoggerBinder> for further details.
___  _   __     __
/  | (_)____/ /_ __ __/ /____
/ /| | / / ___/ __ \/ / / / __/ _ \
/ ___ |/ / / / /_/ / /_/ / /_/ __/
/_/ |_/_/_/ /_.___/\__, /\__/\___/
/____/
: airbyte-api-server :
--------------------------------------------------
Will soon be available at <http://localhost:8006/>
--------------------------------------------------
Micronaut (v3.9.4)
mahmoudnashef@Mahmoudna-mbp dbt-models % k exec -it airbyte-airbyte-api-server-7bdbf4c68f-b4szs bash
bash-4.2# curl 127.0.0.1:8006/v1/connections
{"message":"Internal Server Error","_embedded":{"errors":[{"message":"Internal Server Error: An operation is not implemented: Not yet implemented"}]},"_links":{"self":{"href":"/v1/connections","templated":false}}}bash-4.2#
u
Based on the information provided in the extracts, it seems that some users have indeed been able to work with the API from the Helm chart on Kubernetes. However, the specific error you're encountering isn't directly addressed in the provided extracts. The error message "An operation is not implemented: Not yet implemented" suggests that the operation you're trying to perform isn't supported yet. This could be due to a variety of reasons, such as a feature not being fully implemented or a configuration issue. In one of the [extracts](https://airbytehq.slack.com/archives/C021JANJ6TY/p1676022958892609), a user was having trouble connecting to the API and the support suggested updating the configuration in the
values.yaml
file. You might want to check your configuration and ensure it's set up correctly. If you're still encountering issues, I would recommend reaching out to the Airbyte community on their [Slack channel](https://airbytehq.slack.com/archives/C021JANJ6TY/) or [forum](https://discuss.airbyte.io) for more specific assistance.