Paul Carlton

Results 14 issues of Paul Carlton

I am using zap as a logr provider in https://github.com/fidelity/kraan ```json { "level": "error", "ts": "2020-11-17T17:08:29.459Z", "logger": "kraan.manager.controller", "msg": "Reconciler error", "reconcilerGroup": "kraan.io", "reconcilerKind": "AddonsLayer", "controller": "addonslayer", "name": "bootstrap", "namespace":...

Our client is using weavenet v2.8.1with Kubernetes v1.18.10 on bare metal worker nodes running Ubuntu 18.04.2 and on occasion when multiple nodes experience excessive processor utilization weavenet on those nodes...

/kind feature **Describe the solution you'd like** See #2465, the management cluster requires access to the tenant cluster api and if that is configured to be private access only the...

help wanted
priority/backlog
kind/documentation
triage/accepted

In order to get the source controller to access a github.com repository from within my client's corporate network I needed to add the following environmental variables to the source-controller deployment....

area/git

Testing my code that used a GitRepository custom resource and retrieves artifacts from the source controller I changed the GitRepository spec to a nonexistent branch. However the status.artifact did not...

The custom resource status (transition timestamp and url) should only change when a change occurred to a file that is included by the ignorePatterns specification, see [issue #74 ](https://github.com/fluxcd/source-controller/issues/74)

enhancement
area/git

The apply package tests are not mocking the kubectl package fully thus require a kubectl executable to be present

test coverage

The kubectl package needs to be refactored, possibly into three packages, kubectl, kustomize and exec with an interface for the apply package to use that hides the implementation. This will...

test coverage
refactoring

At present when a layer is being applied the reason field of the status condition is set to AddonsLayer is being applied. It would be informative to populate the reason...