Open m1n-q opened 1 year ago
What's the triggers version, @m1n-q ?
@khrm
$ tkn version
Client version: 0.29.1
Pipeline version: v0.45.0
Triggers version: v0.23.0
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen
with a justification.
/lifecycle stale
Send feedback to tektoncd/plumbing.
/remove-lifecycle stale
/lifecycle frozen
This needs to be fixed. Hopefully in the next release.
I am not able to recreate his issue. Does it exist in v0.24.0?
@m1n-q Can you check whether it exists now or not?
/remove lifecycle frozen
Same problem
Client version: 0.38.0
Pipeline version: v0.62.0
Triggers version: v0.29.0
Cant create a eventListener with
resources:
kubernetesResource:
serviceType: NodePort
servicePort: '30147'
will get
Error from server (BadRequest): error when replacing "eventListener.yml": admission webhook "webhook.triggers.tekton.dev" denied the request: mutation failed: cannot decode incoming new object: json: unknown field "servicePort"
Expected Behavior
Deletion should be performed normally.
Actual Behavior
Got an error:
Steps to Reproduce the Problem
spec.resources.kubernetesResource.servicePort
configuredAdditional Info
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version: v0.45.0
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
It only works properly after the
servicePort
has been deleted withkubectl edit
.