php-k8s icon indicating copy to clipboard operation
php-k8s copied to clipboard

Unofficial PHP client for Kubernetes. It supports any form of authentication, the exec API, and it has an easy implementation for CRDs.

Results 57 php-k8s issues
Sort by recently updated
recently updated
newest added

Method: `$cluster->fromTemplatedYamlFile` just skipping kubernetes resource **Issuer**. I didn't find information about **Issuer** in your documentation. Would be great if you add possibility to create this resource type.

Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version. Release notes Sourced from vimeo/psalm's releases. 4.26.0 What's Changed This release fix an regression introduced in the last version. Upgrade...

dependencies
php

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.6. Release notes Sourced from actions/cache's releases. v3.0.6 What's Changed Add example for clojure lein project dependencies by @​shivamarora1 in PR actions/cache#835 Update toolkit's cache...

dependencies
github_actions

Bumps [manusa/actions-setup-minikube](https://github.com/manusa/actions-setup-minikube) from 2.6.1 to 2.7.0. Release notes Sourced from manusa/actions-setup-minikube's releases. v2.7.0 What's Changed feat: support for Ubuntu 22.04 by @​manusa in manusa/actions-setup-minikube#64 Full Changelog: https://github.com/manusa/actions-setup-minikube/compare/v2.6.1...v2.7.0 Commits a36e525 [RELEASE]...

dependencies
github_actions

https://raw.githubusercontent.com/kubernetes/website/main/content/en/examples/pods/pod-single-configmap-env-variable.yaml Hi there. If I create a configMap, I can load the env from it, without being explicit on keys. This makes life very easy for an isolated application with...

enhancement
good first issue
help wanted
wontfix

Updates the requirements on [orchestra/testbench-core](https://github.com/orchestral/testbench-core) to permit the latest version. Release notes Sourced from orchestra/testbench-core's releases. v7.6.0 Changes Bump minimum laravel/framework to 9.12.0. Update skeleton to match v9.2.0. Changelog Sourced...

dependencies
php

Is it possible to **kubectl port-forward** via this module?

wontfix

I would love to test our code that implements this package. However, I can't seem to find an easy way to mock this package cq the underlying HTTP client. What...

enhancement
wontfix

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.8. Release notes Sourced from actions/cache's releases. v3.0.8 What's Changed Fix zstd not working for windows on gnu tar in issues. Allow users to provide...

wontfix
dependencies
github_actions

I can create and update resources with ``` $x = $cluster->fromYaml($code); $x->createOrUpdate(); ``` But when doing ``` $x = $cluster->fromYaml($code); $x->delete(); ``` with the same `$code` the resources do not...