Closed krak3n closed 5 years ago
Yep we have seen that notice as part of 1.8, thank you for filing this issue! Namerd will need to be updated to support CustomResourceDefinitions before the examples are updated.
Ah ok thank you @esbie I did have a go at using CustomResourceDefinitions
but it didn't work so that would be why :smile:
replace ThirdPartyResource
from:
https://github.com/linkerd/linkerd-examples/blob/master/k8s-daemonset/k8s/namerd.yml#L1
with CustomResourceDefinition
:
https://github.com/linkerd/linkerd/blob/master/namerd/examples/k8s/3rdparty.yaml
Thanks guys :+1:
I'm going to leave this open until we've updated the namerd.yml example, or provided a separate k8s 1.8 example.
New namerd yaml has been added https://github.com/linkerd/linkerd-examples/blob/master/k8s-daemonset/k8s/namerd.yml
As https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-third-party-resource/ describes
ThirdPartyResource
will be removed in 1.8.I guess the examples need to be updated to use
CustomResourceDefinition
- I'm having a go at getting stuff working usingCustomResourceDefinition
so we'll see