Giter Club home page Giter Club logo

Comments (7)

tima avatar tima commented on August 26, 2024

@nergalex What version of this collection are you using? Is it the latest stable, v1.2?

from kubernetes.core.

nergalex avatar nergalex commented on August 26, 2024

Sorry, please find attached error ouput with community.kubernetes version: 1.2.0 (and not 1.1.1 in the previous message)

"msg": "Failed to load kubeconfig due to Invalid kube-config file. No configuration found."

error_with_openshift_0.12_and_collection_1.2.0.json.txt

from kubernetes.core.

gravesm avatar gravesm commented on August 26, 2024

@nergalex I am unable to reproduce this. Specifying the path to the kubeconfig file works for me.

from kubernetes.core.

belenot avatar belenot commented on August 26, 2024

I have this issue too.
It's solved when I patched common.py in /usr/local/lib/python3.8/dist-packages/ansible_collections/community/kubernetes/plugins/module_utils/common.py on line 263.

            #return DynamicClient(kubernetes.client.ApiClient(configuration))
            return DynamicClient(kubernetes.config.new_client_from_config())

I don't know how to watch version, and have not time for this anymore.
I can give more info, if needed and if someone tell me how to obtain it )

from kubernetes.core.

nergalex avatar nergalex commented on August 26, 2024

thx @belenot . I would not prefer to modify kubernetes ansible collection because it's loaded for each job by Tower (collections/requirements.yml is used).

@gravesm
using a config.yaml file located in a AWX project, the module invocation differs:

  • kubernetes collection 1.2.0 : invocation.module_args.kubeconfig: "config.yaml" --> error_with_openshift_0.12_and_collection_1.2.0.json.txt line 12
  • kubernetes collection 1.1.1 : invocation.module_args.kubeconfig: "/tmp/bwrap_24858_brzydgui/awx_24858_bs7aho2c/project/playbooks/roles/poc-k8s/files/config.yaml" --> ok_with_openshift_0.11.2.json.txt line 63

Did you reproduced this behavior?

from kubernetes.core.

belenot avatar belenot commented on August 26, 2024

thx @belenot . I would not prefer to modify kubernetes ansible collection because it's loaded for each job by Tower (collections/requirements.yml is used).

I know @nergalex , that's why I just specified previous version of package for pip3 installation on remote host, namely openshift==0.11.0. This fixed my issue.

from kubernetes.core.

nergalex avatar nergalex commented on August 26, 2024

thx @belenot, same workaround :)

from kubernetes.core.

Related Issues (20)

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.