https://flyte.org logo
#ask-the-community
Title
# ask-the-community
d

Dan Rammer (hamersaw)

01/03/2023, 5:37 PM
Hey @Seth Baer, this feature certainly has not be deprecated. In fact, as I understand, there are a few things we have discussed adding recently. Do you know what version of FlyteConsole you're running?
And other components - FlytePropeller / FlyteAdmin?
cc @Kevin Su any ideas?
k

Kevin Su

01/03/2023, 5:39 PM
Hmm, what’s version of Flytekit you’re running
s

Seth Baer

01/03/2023, 5:44 PM
@Dan Rammer (hamersaw) @Kevin Su Thanks for the replies.. checking on the versions
@Dan Rammer (hamersaw) @Kevin Su We have these lines in our dockerfile base image:
Copy code
RUN pip3 install flytekit>=0.30.3
RUN pip3 install --no-deps flytekitplugins-spark
k

Kevin Su

01/03/2023, 6:44 PM
0.30.3 is pretty old version, could you try 1.2.7
s

Seth Baer

01/03/2023, 6:49 PM
Agreed. I can check to see if we have a reason to be using that version rather than the newer ones. I'll follow up if I'm able to try out a newer version
Hi @Kevin Su @Dan Rammer (hamersaw)! Just following up on this. I was able to upgrade out flytekit version to 1.2.7, but I'm not able to see any Decks on our tasks still. I'm guessing it may be the flyte console version as well? For context there, I see the following version-related things in our flyteconsole kube manifests: Service:
Copy code
labels: 
    <http://app.kubernetes.io/name|app.kubernetes.io/name>: flyteconsole
    <http://helm.sh/chart|helm.sh/chart>: flyte-core-v0.1.10
Config map:
Copy code
labels: 
    <http://app.kubernetes.io/name|app.kubernetes.io/name>: flyteconsole
    <http://helm.sh/chart|helm.sh/chart>: flyte-core-v0.1.10
Deployment:
Copy code
containers:
      - image: "<http://cr.flyte.org/flyteorg/flyteconsole:v1.1.0|cr.flyte.org/flyteorg/flyteconsole:v1.1.0>"
Maybe I need to try and upgrade the flyte-core version as well as the image we're pulling? Thanks for any insight!
d

Dan Rammer (hamersaw)

01/10/2023, 4:36 PM
Hey Seth, so I believe this is a versioning issue. It looks like decks was first available in the Flyte v1.1.0 release. This coincides with this PR, which uses flyteconsole v1.1.6. I'm not sure which versions of propeller / admin you need for decks either, but it should be relatively safe to assume that upgrading the helm chart to at least v1.1 (maybe 1.2?) will make decks available.
s

Seth Baer

01/10/2023, 5:22 PM
Ok thanks @Dan Rammer (hamersaw), I'll try an update accordingly and get back to you!